#AF986C

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

Shades of Barley Corn #AF986C

Tints of Barley Corn #AF986C

Color information

#AF986C (or 0xAF986C) is unknown color: approx Barley Corn. HEX triplet: AF, 98 and 6C. RGB value is (175,152,108). Sum of RGB (Red+Green+Blue) = 175+152+108=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF986C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF986C is #506793. Grayscale: #9A9A9A. Windows color (decimal): -5269396 or 7116975. OLE color: 7116975.

HSL color Cylindrical-coordinate representation of color #AF986C: hue angle of 39.4º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF986C is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB175152108-
CMYK00.130.380.31
HSL39.4º29.52%55.49%-
HSV(B)39.4º38.29%68.63%-
XYZ31.6132.6518.82-
YUV153.86102.12143.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 152 (59.77% from 255) = 34.94%
BLUE value IS 108 (42.58% from 255) = 24.83%
R=40.23%
G=34.94%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515210800.130.380.3139.429.5255.49
HexAF986C0D261F271e37
Octal2572301540154637473667
Binary10101111100110001101100011011001101111110011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF986C; }

 p { color: rgb(175,152,108); }

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

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

 a { background-color: rgb(175,152,108); }

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

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

 span { border-color: rgb(175,152,108); }

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