Html Css Color HEX #AA9263 Barley Corn

📋 copy color: '#AA9263'

red 170 ◦ green 146 ◦ blue 99

#AA9263
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barley Corn #AA9263

Tints of Barley Corn #AA9263

RGB

 RED value IS 170 (66.8% 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 value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA9263 (or 0xAA9263) is known color: 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

RGB 170 146 99 -
CMYK 0 0.14 0.42 0.33
HSL 39.72º 0.29% 0.53% -
HSV(B) 39.72º 0.42% 0.67% -
XYZ 29.11 30 16.06 -
YUV 147.82 100.45 143.82 -
System Red Green Blue C M Y K H S L
Decimal 170 146 99 0 0.14 0.42 0.33 39.72 0.29 0.53
Hex AA 92 63 0 E 2A 21 28 1D 35
Octal 252 222 143 0 16 52 41 50 35 65
Binary 10101010 10010010 1100011 0 1110 101010 100001 101000 11101 110101

Color Harmonies of #AA9263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9263

Black with #AA9263

Text Example


Text Example

White with #AA9263

Text Example


Text Example

HTML Codes & Css Web 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>