#AF996A

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

Shades of Barley Corn #AF996A

Tints of Barley Corn #AF996A

Color information

#AF996A (or 0xAF996A) is unknown color: approx Barley Corn. HEX triplet: AF, 99 and 6A. RGB value is (175,153,106). Sum of RGB (Red+Green+Blue) = 175+153+106=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF996A is #506695. Grayscale: #9A9A9A. Windows color (decimal): -5269142 or 6986159. OLE color: 6986159.

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

Color convert

RGB175153106-
CMYK00.130.390.31
HSL40.87º30.13%55.1%-
HSV(B)40.87º39.43%68.63%-
XYZ31.6732.9418.32-
YUV154.22100.79142.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 153 (60.16% from 255) = 35.25%
BLUE value IS 106 (41.80% from 255) = 24.42%
R=40.32%
G=35.25%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515310600.130.390.3140.8730.1355.1
HexAF996A0D271F291e37
Octal2572311520154737513667
Binary10101111100110011101010011011001111111110100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF996A; }

 p { color: rgb(175,153,106); }

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

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

 a { background-color: rgb(175,153,106); }

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

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

 span { border-color: rgb(175,153,106); }

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