#AA975B

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

Shades of Barley Corn #AA975B

Tints of Barley Corn #AA975B

Color information

#AA975B (or 0xAA975B) is unknown color: approx Barley Corn. HEX triplet: AA, 97 and 5B. RGB value is (170,151,91). Sum of RGB (Red+Green+Blue) = 170+151+91=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA975B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA975B is #5568A4. Grayscale: #969696. Windows color (decimal): -5597349 or 6002602. OLE color: 6002602.

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

Color convert

RGB17015191-
CMYK00.110.460.33
HSL45.57º31.73%51.18%-
HSV(B)45.57º46.47%66.67%-
XYZ29.5331.4314.41-
YUV149.8494.79142.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 151 (59.38% from 255) = 36.65%
BLUE value IS 91 (35.94% from 255) = 22.09%
R=41.26%
G=36.65%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701519100.110.460.3345.5731.7351.18
HexAA975B0B2E212e2033
Octal2522271330135641564063
Binary1010101010010111101101101011101110100001101110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA975B; }

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

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

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

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

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

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

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

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