#AA935B

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

Shades of Barley Corn #AA935B

Tints of Barley Corn #AA935B

Color information

#AA935B (or 0xAA935B) is unknown color: approx Barley Corn. HEX triplet: AA, 93 and 5B. RGB value is (170,147,91). Sum of RGB (Red+Green+Blue) = 170+147+91=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA935B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA935B is #556CA4. Grayscale: #939393. Windows color (decimal): -5598373 or 6001578. OLE color: 6001578.

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

Color convert

RGB17014791-
CMYK00.140.460.33
HSL42.53º31.73%51.18%-
HSV(B)42.53º46.47%66.67%-
XYZ28.930.1714.2-
YUV147.4996.12144.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 147 (57.81% from 255) = 36.03%
BLUE value IS 91 (35.94% from 255) = 22.30%
R=41.67%
G=36.03%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701479100.140.460.3342.5331.7351.18
HexAA935B0E2E212b2033
Octal2522231330165641534063
Binary1010101010010011101101101110101110100001101011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA935B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA935B; }

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

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

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

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

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

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

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

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