#AF8C60

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

Shades of Barley Corn #AF8C60

Tints of Barley Corn #AF8C60

Color information

#AF8C60 (or 0xAF8C60) is unknown color: approx Barley Corn. HEX triplet: AF, 8C and 60. RGB value is (175,140,96). Sum of RGB (Red+Green+Blue) = 175+140+96=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C60 is #50739F. Grayscale: #919191. Windows color (decimal): -5272480 or 6327471. OLE color: 6327471.

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

Color convert

RGB17514096-
CMYK00.20.450.31
HSL33.42º33.05%53.14%-
HSV(B)33.42º45.14%68.63%-
XYZ29.1728.7115.07-
YUV145.45100.1149.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.58%
GREEN value IS 140 (55.08% from 255) = 34.06%
BLUE value IS 96 (37.89% from 255) = 23.36%
R=42.58%
G=34.06%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751409600.20.450.3133.4233.0553.14
HexAF8C600142D1F212135
Octal2572141400245537414165
Binary1010111110001100110000001010010110111111100001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8C60; }

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

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

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

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

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

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

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

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