#AA955C

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

Shades of Barley Corn #AA955C

Tints of Barley Corn #AA955C

Color information

#AA955C (or 0xAA955C) is unknown color: approx Barley Corn. HEX triplet: AA, 95 and 5C. RGB value is (170,149,92). Sum of RGB (Red+Green+Blue) = 170+149+92=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA955C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA955C is #556AA3. Grayscale: #959595. Windows color (decimal): -5597860 or 6067626. OLE color: 6067626.

HSL color Cylindrical-coordinate representation of color #AA955C: hue angle of 43.85º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA955C is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17014992-
CMYK00.120.460.33
HSL43.85º31.45%51.37%-
HSV(B)43.85º45.88%66.67%-
XYZ29.2630.8114.53-
YUV148.7895.96143.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 149 (58.59% from 255) = 36.25%
BLUE value IS 92 (36.33% from 255) = 22.38%
R=41.36%
G=36.25%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701499200.120.460.3343.8531.4551.37
HexAA955C0C2E212c1f33
Octal2522251340145641543763
Binary101010101001010110111000110010111010000110110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA955C; }

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

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

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

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

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

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

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

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