#AA9468

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

Shades of Barley Corn #AA9468

Tints of Barley Corn #AA9468

Color information

#AA9468 (or 0xAA9468) is unknown color: approx Barley Corn. HEX triplet: AA, 94 and 68. RGB value is (170,148,104). Sum of RGB (Red+Green+Blue) = 170+148+104=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9468 is #556B97. Grayscale: #959595. Windows color (decimal): -5598104 or 6853802. OLE color: 6853802.

HSL color Cylindrical-coordinate representation of color #AA9468: hue angle of 40º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA9468 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB170148104-
CMYK00.130.390.33
HSL40º27.97%53.73%-
HSV(B)40º38.82%66.67%-
XYZ29.6730.7317.46-
YUV149.56102.29142.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 148 (58.20% from 255) = 35.07%
BLUE value IS 104 (41.02% from 255) = 24.64%
R=40.28%
G=35.07%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014810400.130.390.334027.9753.73
HexAA94680D2721281c36
Octal2522241500154741503466
Binary101010101001010011010000110110011110000110100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9468; }

 p { color: rgb(170,148,104); }

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

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

 a { background-color: rgb(170,148,104); }

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

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

 span { border-color: rgb(170,148,104); }

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