#AF996B

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

Shades of Barley Corn #AF996B

Tints of Barley Corn #AF996B

Color information

#AF996B (or 0xAF996B) is unknown color: approx Barley Corn. HEX triplet: AF, 99 and 6B. RGB value is (175,153,107). Sum of RGB (Red+Green+Blue) = 175+153+107=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF996B is #506694. Grayscale: #9A9A9A. Windows color (decimal): -5269141 or 7051695. OLE color: 7051695.

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

Color convert

RGB175153107-
CMYK00.130.390.31
HSL40.59º29.82%55.29%-
HSV(B)40.59º38.86%68.63%-
XYZ31.7232.9618.6-
YUV154.33101.29142.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 153 (60.16% from 255) = 35.17%
BLUE value IS 107 (42.19% from 255) = 24.60%
R=40.23%
G=35.17%
B=24.60%

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
Decimal17515310700.130.390.3140.5929.8255.29
HexAF996B0D271F291e37
Octal2572311530154737513667
Binary10101111100110011101011011011001111111110100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF996B; }

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

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

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

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

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

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

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

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