Html Css Color HEX #AA955A Barley Corn

📋 copy color: '#AA955A'

red 170 ◦ green 149 ◦ blue 90

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

Shades of Barley Corn #AA955A

Tints of Barley Corn #AA955A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.43%

 BLUE value IS 90 (35.55% from 255) = 22%

R = 41.56%
G = 36.43%
B = 22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA955A (or 0xAA955A) is known color: Barley Corn. HEX triplet: AA, 95 and 5A. RGB value is (170,149,90). Sum of RGB (Red+Green+Blue) = 170+149+90=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA955A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA955A is #556AA5. Grayscale: #949494. Windows color (decimal): -5597862 or 5936554. OLE color: 5936554.

HSL color Cylindrical-coordinate representation of color #AA955A: hue angle of 44.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA955A is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 149 90 -
CMYK 0 0.12 0.47 0.33
HSL 44.25º 0.32% 0.51% -
HSV(B) 44.25º 0.47% 0.67% -
XYZ 29.17 30.78 14.08 -
YUV 148.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 170 149 90 0 0.12 0.47 0.33 44.25 0.32 0.51
Hex AA 95 5A 0 C 2F 21 2C 20 33
Octal 252 225 132 0 14 57 41 54 40 63
Binary 10101010 10010101 1011010 0 1100 101111 100001 101100 100000 110011

Color Harmonies of #AA955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA955A

Black with #AA955A

Text Example


Text Example

White with #AA955A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA955A; }

 p { color: rgb(170,149,90); }

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

background-color css

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

 a { background-color: rgb(170,149,90); }

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

border-color css

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

 span { border-color: rgb(170,149,90); }

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