#AF9659

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

Shades of Barley Corn #AF9659

Tints of Barley Corn #AF9659

Color information

#AF9659 (or 0xAF9659) is unknown color: approx Barley Corn. HEX triplet: AF, 96 and 59. RGB value is (175,150,89). Sum of RGB (Red+Green+Blue) = 175+150+89=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9659 is #5069A6. Grayscale: #969696. Windows color (decimal): -5269927 or 5871279. OLE color: 5871279.

HSL color Cylindrical-coordinate representation of color #AF9659: hue angle of 42.56º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF9659 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17515089-
CMYK00.140.490.31
HSL42.56º34.96%51.76%-
HSV(B)42.56º49.14%68.63%-
XYZ30.3931.6513.96-
YUV150.5293.28145.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 150 (58.98% from 255) = 36.23%
BLUE value IS 89 (35.16% from 255) = 21.50%
R=42.27%
G=36.23%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751508900.140.490.3142.5634.9651.76
HexAF96590E311F2b2334
Octal2572261310166137534364
Binary101011111001011010110010111011000111111101011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9659; }

 p { color: rgb(175,150,89); }

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

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

 a { background-color: rgb(175,150,89); }

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

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

 span { border-color: rgb(175,150,89); }

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