#AF8D60

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

Shades of Barley Corn #AF8D60

Tints of Barley Corn #AF8D60

Color information

#AF8D60 (or 0xAF8D60) is unknown color: approx Barley Corn. HEX triplet: AF, 8D and 60. RGB value is (175,141,96). Sum of RGB (Red+Green+Blue) = 175+141+96=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D60 is #50729F. Grayscale: #929292. Windows color (decimal): -5272224 or 6327727. OLE color: 6327727.

HSL color Cylindrical-coordinate representation of color #AF8D60: hue angle of 34.18º 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 #AF8D60 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB17514196-
CMYK00.190.450.31
HSL34.18º33.05%53.14%-
HSV(B)34.18º45.14%68.63%-
XYZ29.3229.0115.12-
YUV146.0499.76148.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 141 (55.47% from 255) = 34.22%
BLUE value IS 96 (37.89% from 255) = 23.30%
R=42.48%
G=34.22%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751419600.190.450.3134.1833.0553.14
HexAF8D600132D1F222135
Octal2572151400235537424165
Binary1010111110001101110000001001110110111111100010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8D60; }

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

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

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

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

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

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

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

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