#AA9263

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

Shades of Barley Corn #AA9263

Tints of Barley Corn #AA9263

Color information

#AA9263 (or 0xAA9263) is unknown color: approx Barley Corn. HEX triplet: AA, 92 and 63. RGB value is (170,146,99). Sum of RGB (Red+Green+Blue) = 170+146+99=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9263 is #556D9C. Grayscale: #949494. Windows color (decimal): -5598621 or 6525610. OLE color: 6525610.

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

Color convert

RGB17014699-
CMYK00.140.420.33
HSL39.72º29.46%52.75%-
HSV(B)39.72º41.76%66.67%-
XYZ29.113016.06-
YUV147.82100.45143.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 99 (39.06% from 255) = 23.86%
R=40.96%
G=35.18%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701469900.140.420.3339.7229.4652.75
HexAA92630E2A21281d35
Octal2522221430165241503565
Binary101010101001001011000110111010101010000110100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9263; }

 p { color: rgb(170,146,99); }

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

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

 a { background-color: rgb(170,146,99); }

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

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

 span { border-color: rgb(170,146,99); }

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