#AA955B

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

Shades of Barley Corn #AA955B

Tints of Barley Corn #AA955B

Color information

#AA955B (or 0xAA955B) is unknown color: approx Barley Corn. HEX triplet: AA, 95 and 5B. RGB value is (170,149,91). Sum of RGB (Red+Green+Blue) = 170+149+91=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA955B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA955B is #556AA4. Grayscale: #949494. Windows color (decimal): -5597861 or 6002090. OLE color: 6002090.

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

Color convert

RGB17014991-
CMYK00.120.460.33
HSL44.05º31.73%51.18%-
HSV(B)44.05º46.47%66.67%-
XYZ29.2130.814.3-
YUV148.6795.46143.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.46%
GREEN value IS 149 (58.59% from 255) = 36.34%
BLUE value IS 91 (35.94% from 255) = 22.20%
R=41.46%
G=36.34%
B=22.20%

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
Decimal1701499100.120.460.3344.0531.7351.18
HexAA955B0C2E212c2033
Octal2522251330145641544063
Binary1010101010010101101101101100101110100001101100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA955B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA955B; }

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

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

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

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

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

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

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

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