#A99961

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

Shades of Barley Corn #A99961

Tints of Barley Corn #A99961

Color information

#A99961 (or 0xA99961) is unknown color: approx Barley Corn. HEX triplet: A9, 99 and 61. RGB value is (169,153,97). Sum of RGB (Red+Green+Blue) = 169+153+97=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A99961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99961 is #56669E. Grayscale: #979797. Windows color (decimal): -5662367 or 6396329. OLE color: 6396329.

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

Color convert

RGB16915397-
CMYK00.090.430.34
HSL46.67º29.51%52.16%-
HSV(B)46.67º42.6%66.27%-
XYZ29.9132.0815.92-
YUV151.497.3140.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 153 (60.16% from 255) = 36.52%
BLUE value IS 97 (38.28% from 255) = 23.15%
R=40.33%
G=36.52%
B=23.15%

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
Decimal1691539700.090.430.3446.6729.5152.16
HexA99961092B222f1e34
Octal2512311410115342573664
Binary101010011001100111000010100110101110001010111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99961; }

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

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

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

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

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

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

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

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