#A99264

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

Shades of Barley Corn #A99264

Tints of Barley Corn #A99264

Color information

#A99264 (or 0xA99264) is unknown color: approx Barley Corn. HEX triplet: A9, 92 and 64. RGB value is (169,146,100). Sum of RGB (Red+Green+Blue) = 169+146+100=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A99264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99264 is #566D9B. Grayscale: #939393. Windows color (decimal): -5664156 or 6591145. OLE color: 6591145.

HSL color Cylindrical-coordinate representation of color #A99264: hue angle of 40º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A99264 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB169146100-
CMYK00.140.410.34
HSL40º28.63%52.75%-
HSV(B)40º40.83%66.27%-
XYZ28.9429.9116.3-
YUV147.63101.12143.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 100 (39.45% from 255) = 24.10%
R=40.72%
G=35.18%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914610000.140.410.344028.6352.75
HexA992640E2922281d35
Octal2512221440165142503565
Binary101010011001001011001000111010100110001010100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99264; }

 p { color: rgb(169,146,100); }

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

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

 a { background-color: rgb(169,146,100); }

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

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

 span { border-color: rgb(169,146,100); }

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