#A99960

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

Shades of Barley Corn #A99960

Tints of Barley Corn #A99960

Color information

#A99960 (or 0xA99960) is unknown color: approx Barley Corn. HEX triplet: A9, 99 and 60. RGB value is (169,153,96). Sum of RGB (Red+Green+Blue) = 169+153+96=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A99960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99960 is #56669F. Grayscale: #979797. Windows color (decimal): -5662368 or 6330793. OLE color: 6330793.

HSL color Cylindrical-coordinate representation of color #A99960: hue angle of 46.85º 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 #A99960 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB16915396-
CMYK00.090.430.34
HSL46.85º29.8%51.96%-
HSV(B)46.85º43.2%66.27%-
XYZ29.8632.0615.68-
YUV151.2996.8140.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.43%
GREEN value IS 153 (60.16% from 255) = 36.60%
BLUE value IS 96 (37.89% from 255) = 22.97%
R=40.43%
G=36.60%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691539600.090.430.3446.8529.851.96
HexA99960092B222f1e34
Octal2512311400115342573664
Binary101010011001100111000000100110101110001010111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99960; }

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

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

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

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

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

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

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

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