Html Css Color HEX #AA955E Barley Corn

📋 copy color: '#AA955E'

red 170 ◦ green 149 ◦ blue 94

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

Shades of Barley Corn #AA955E

Tints of Barley Corn #AA955E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.76%

R = 41.16%
G = 36.08%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA955E (or 0xAA955E) is known color: Barley Corn. HEX triplet: AA, 95 and 5E. RGB value is (170,149,94). Sum of RGB (Red+Green+Blue) = 170+149+94=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA955E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA955E is #556AA1. Grayscale: #959595. Windows color (decimal): -5597858 or 6198698. OLE color: 6198698.

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

Color convert

RGB 170 149 94 -
CMYK 0 0.12 0.45 0.33
HSL 43.42º 0.31% 0.52% -
HSV(B) 43.42º 0.45% 0.67% -
XYZ 29.35 30.85 15 -
YUV 149.01 96.96 142.97 -
System Red Green Blue C M Y K H S L
Decimal 170 149 94 0 0.12 0.45 0.33 43.42 0.31 0.52
Hex AA 95 5E 0 C 2D 21 2B 1F 34
Octal 252 225 136 0 14 55 41 53 37 64
Binary 10101010 10010101 1011110 0 1100 101101 100001 101011 11111 110100

Color Harmonies of #AA955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA955E

Black with #AA955E

Text Example


Text Example

White with #AA955E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA955E; }

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

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

background-color css

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

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

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

border-color css

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

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

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