#AA935F

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

Shades of Barley Corn #AA935F

Tints of Barley Corn #AA935F

Color information

#AA935F (or 0xAA935F) is unknown color: approx Barley Corn. HEX triplet: AA, 93 and 5F. RGB value is (170,147,95). Sum of RGB (Red+Green+Blue) = 170+147+95=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA935F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA935F is #556CA0. Grayscale: #949494. Windows color (decimal): -5598369 or 6263722. OLE color: 6263722.

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

Color convert

RGB17014795-
CMYK00.140.440.33
HSL41.6º30.61%51.96%-
HSV(B)41.6º44.12%66.67%-
XYZ29.0830.2415.13-
YUV147.9598.12143.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 147 (57.81% from 255) = 35.68%
BLUE value IS 95 (37.5% from 255) = 23.06%
R=41.26%
G=35.68%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701479500.140.440.3341.630.6151.96
HexAA935F0E2C212a1f34
Octal2522231370165441523764
Binary101010101001001110111110111010110010000110101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA935F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA935F; }

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

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

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

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

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

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

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

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