Color Hex Logo

#af965e Color Hex

#AF965E
(175,150,94)
1 Favorites   0 Comments

Color spaces of #af965e

RGB 17515094
HSL0.120.340.53
HSV41°46°69°
CMYK 0.000.140.46   0.31
XYZ30.605931.734815.1020
Yxy31.73480.39520.4098
Hunter Lab56.3336-1.605423.5390
CIE-Lab63.12311.661332.8918

#af965e color RGB value is (175,150,94).

#af965e hex color red value is 175, green value is 150 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #af965e hue: 0.12 , saturation: 0.34 and the lightness value of af965e is 0.53.

The process color (four color CMYK) of #af965e color hex is 0.00, 0.14, 0.46, 0.31. Web safe color of #af965e is #999966. Color #af965e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010110 01011110
Octal 257 226 136
Decimal 175 150 94
Hex AF 96 5E

RGB Percentages of Color #af965e

%41.77
%35.80
%22.43

CMYK Percentages of Color #af965e

%0
%14
%46
%31

Triadic Colors of #af965e

#af965e #5eaf96 #965eaf

Analogous Colors of #af965e

#af965e #a0af5e #af6e5e

Monochromatic Colors of #af965e

#af965e

Complementary Color

#af965e #5e77af

#af965e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af965e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af965e Color CSS Codes

.mybgcolor {background-color:#af965e; } 
.myforecolor {color:#af965e; }
.mybordercolor {border:3px solid #af965e; }

#af965e Text Font Color

<p style="color:#af965e">Text here</p>

This sample text font color is #af965e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af965e Background Color

<div style="background-color:#af965e">
Div content here</div>

This div background color is #af965e


#af965e Border Color

<div style="border:3px solid #af965e">
Div here</div>

This div border color is #af965e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,150,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af965e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af965e;
  -webkit-box-shadow: 1px 1px 3px 2px #af965e;
  box-shadow:         1px 1px 3px 2px #af965e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,150,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af965e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af965e;
  -webkit-box-shadow: 1px 1px 3px 2px #af965e;
  box-shadow:         1px 1px 3px 2px #af965e;">
Div content here</div>

This div box has shadow with color #af965e

#af965e Color Palettes


Comments

No comments written yet.

Please login to write comment.