Html Css Color HEX #AA9363 Barley Corn

📋 copy color: '#AA9363'

red 170 ◦ green 147 ◦ blue 99

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

Shades of Barley Corn #AA9363

Tints of Barley Corn #AA9363

RGB

 RED value IS 170 (66.8% from 255) = 40.87%

 GREEN value IS 147 (57.81% from 255) = 35.34%

 BLUE value IS 99 (39.06% from 255) = 23.8%

R = 40.87%
G = 35.34%
B = 23.8%

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

#AA9363 (or 0xAA9363) is known color: Barley Corn. HEX triplet: AA, 93 and 63. RGB value is (170,147,99). Sum of RGB (Red+Green+Blue) = 170+147+99=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9363 is #556C9C. Grayscale: #949494. Windows color (decimal): -5598365 or 6525866. OLE color: 6525866.

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

Color convert

RGB 170 147 99 -
CMYK 0 0.14 0.42 0.33
HSL 40.56º 0.29% 0.53% -
HSV(B) 40.56º 0.42% 0.67% -
XYZ 29.26 30.31 16.11 -
YUV 148.41 100.12 143.4 -
System Red Green Blue C M Y K H S L
Decimal 170 147 99 0 0.14 0.42 0.33 40.56 0.29 0.53
Hex AA 93 63 0 E 2A 21 29 1D 35
Octal 252 223 143 0 16 52 41 51 35 65
Binary 10101010 10010011 1100011 0 1110 101010 100001 101001 11101 110101

Color Harmonies of #AA9363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9363

Black with #AA9363

Text Example


Text Example

White with #AA9363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9363; }

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

 H1.HeaderClassName
 {
   color: #AA9363;
 }
 .AnyTagClassName
 {
   color: #AA9363;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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