#AF9A66

Color #AF9A66 Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #AF9A66

Tints of Barley Corn #AF9A66

Color information

#AF9A66 (or 0xAF9A66) is unknown color: approx Barley Corn. HEX triplet: AF, 9A and 66. RGB value is (175,154,102). Sum of RGB (Red+Green+Blue) = 175+154+102=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9A66 is #506599. Grayscale: #9A9A9A. Windows color (decimal): -5268890 or 6724271. OLE color: 6724271.

HSL color Cylindrical-coordinate representation of color #AF9A66: hue angle of 42.74º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF9A66 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB175154102-
CMYK00.120.420.31
HSL42.74º31.33%54.31%-
HSV(B)42.74º41.71%68.63%-
XYZ31.6333.1817.31-
YUV154.3598.46142.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 154 (60.55% from 255) = 35.73%
BLUE value IS 102 (40.23% from 255) = 23.67%
R=40.60%
G=35.73%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515410200.120.420.3142.7431.3354.31
HexAF9A660C2A1F2b1f36
Octal2572321460145237533766
Binary10101111100110101100110011001010101111110101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9A66; }

 p { color: rgb(175,154,102); }

 H1.HeaderClassName
 {
   color: #AF9A66;
 }
 .AnyTagClassName
 {
   color: #AF9A66;
 }
</style>
background-color css

<style>
 a { background-color: #AF9A66; }

 a { background-color: rgb(175,154,102); }

 div.DivClassName
 {
   background-color: #AF9A66;
 }
 .BgClassName
 {
   background-color: #AF9A66;
 }
</style>
border-color css

<style>
 span { border-color: #AF9A66; }

 span { border-color: rgb(175,154,102); }

 td.TdClassName
 {
   border-color: #AF9A66;
 }
 .TagClassName
 {
   border-color: #AF9A66;
 }
</style>