#A99860

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

Shades of Barley Corn #A99860

Tints of Barley Corn #A99860

Color information

#A99860 (or 0xA99860) is unknown color: approx Barley Corn. HEX triplet: A9, 98 and 60. RGB value is (169,152,96). Sum of RGB (Red+Green+Blue) = 169+152+96=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A99860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99860 is #56679F. Grayscale: #969696. Windows color (decimal): -5662624 or 6330537. OLE color: 6330537.

HSL color Cylindrical-coordinate representation of color #A99860: hue angle of 46.03º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A99860 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB16915296-
CMYK00.100.430.34
HSL46.03º29.8%51.96%-
HSV(B)46.03º43.2%66.27%-
XYZ29.731.7415.63-
YUV150.797.13141.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.53%
GREEN value IS 152 (59.77% from 255) = 36.45%
BLUE value IS 96 (37.89% from 255) = 23.02%
R=40.53%
G=36.45%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691529600.100.430.3446.0329.851.96
HexA998600A2B222e1e34
Octal2512301400125342563664
Binary101010011001100011000000101010101110001010111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99860; }

 p { color: rgb(169,152,96); }

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

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

 a { background-color: rgb(169,152,96); }

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

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

 span { border-color: rgb(169,152,96); }

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