#AF9060

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

Shades of Barley Corn #AF9060

Tints of Barley Corn #AF9060

Color information

#AF9060 (or 0xAF9060) is unknown color: approx Barley Corn. HEX triplet: AF, 90 and 60. RGB value is (175,144,96). Sum of RGB (Red+Green+Blue) = 175+144+96=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9060 is #506F9F. Grayscale: #949494. Windows color (decimal): -5271456 or 6328495. OLE color: 6328495.

HSL color Cylindrical-coordinate representation of color #AF9060: hue angle of 36.46º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF9060 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB17514496-
CMYK00.180.450.31
HSL36.46º33.05%53.14%-
HSV(B)36.46º45.14%68.63%-
XYZ29.7629.9115.27-
YUV147.898.77147.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 144 (56.64% from 255) = 34.70%
BLUE value IS 96 (37.89% from 255) = 23.13%
R=42.17%
G=34.70%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751449600.180.450.3136.4633.0553.14
HexAF90600122D1F242135
Octal2572201400225537444165
Binary1010111110010000110000001001010110111111100100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9060; }

 p { color: rgb(175,144,96); }

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

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

 a { background-color: rgb(175,144,96); }

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

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

 span { border-color: rgb(175,144,96); }

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