#A99466

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

Shades of Barley Corn #A99466

Tints of Barley Corn #A99466

Color information

#A99466 (or 0xA99466) is unknown color: approx Barley Corn. HEX triplet: A9, 94 and 66. RGB value is (169,148,102). Sum of RGB (Red+Green+Blue) = 169+148+102=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A99466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99466 is #566B99. Grayscale: #959595. Windows color (decimal): -5663642 or 6722729. OLE color: 6722729.

HSL color Cylindrical-coordinate representation of color #A99466: hue angle of 41.19º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A99466 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB169148102-
CMYK00.120.400.34
HSL41.19º28.03%53.14%-
HSV(B)41.19º39.64%66.27%-
XYZ29.3530.5716.92-
YUV149.03101.46142.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 148 (58.20% from 255) = 35.32%
BLUE value IS 102 (40.23% from 255) = 24.34%
R=40.33%
G=35.32%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914810200.120.400.3441.1928.0353.14
HexA994660C2822291c35
Octal2512241460145042513465
Binary101010011001010011001100110010100010001010100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99466; }

 p { color: rgb(169,148,102); }

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

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

 a { background-color: rgb(169,148,102); }

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

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

 span { border-color: rgb(169,148,102); }

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