#AA9567

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

Shades of Barley Corn #AA9567

Tints of Barley Corn #AA9567

Color information

#AA9567 (or 0xAA9567) is unknown color: approx Barley Corn. HEX triplet: AA, 95 and 67. RGB value is (170,149,103). Sum of RGB (Red+Green+Blue) = 170+149+103=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9567 is #556A98. Grayscale: #969696. Windows color (decimal): -5597849 or 6788522. OLE color: 6788522.

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

Color convert

RGB170149103-
CMYK00.120.390.33
HSL41.19º28.27%53.53%-
HSV(B)41.19º39.41%66.67%-
XYZ29.7731.0217.25-
YUV150.04101.46142.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 149 (58.59% from 255) = 35.31%
BLUE value IS 103 (40.62% from 255) = 24.41%
R=40.28%
G=35.31%
B=24.41%

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
Decimal17014910300.120.390.3341.1928.2753.53
HexAA95670C2721291c36
Octal2522251470144741513466
Binary101010101001010111001110110010011110000110100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9567; }

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

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

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

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

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

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

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

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