#AA9568

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

Shades of Barley Corn #AA9568

Tints of Barley Corn #AA9568

Color information

#AA9568 (or 0xAA9568) is unknown color: approx Barley Corn. HEX triplet: AA, 95 and 68. RGB value is (170,149,104). Sum of RGB (Red+Green+Blue) = 170+149+104=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9568 is #556A97. Grayscale: #969696. Windows color (decimal): -5597848 or 6854058. OLE color: 6854058.

HSL color Cylindrical-coordinate representation of color #AA9568: hue angle of 40.91º 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 #AA9568 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB170149104-
CMYK00.120.390.33
HSL40.91º27.97%53.73%-
HSV(B)40.91º38.82%66.67%-
XYZ29.8231.0417.52-
YUV150.15101.96142.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 104 (41.02% from 255) = 24.59%
R=40.19%
G=35.22%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014910400.120.390.3340.9127.9753.73
HexAA95680C2721291c36
Octal2522251500144741513466
Binary101010101001010111010000110010011110000110100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9568; }

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

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

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

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

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

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

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

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