Html Css Color HEX #AA905E Barley Corn

📋 copy color: '#AA905E'

red 170 ◦ green 144 ◦ blue 94

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

Shades of Barley Corn #AA905E

Tints of Barley Corn #AA905E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.29%

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

R = 41.67%
G = 35.29%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA905E (or 0xAA905E) is known color: Barley Corn. HEX triplet: AA, 90 and 5E. RGB value is (170,144,94). Sum of RGB (Red+Green+Blue) = 170+144+94=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA905E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA905E is #556FA1. Grayscale: #929292. Windows color (decimal): -5599138 or 6197418. OLE color: 6197418.

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

Color convert

RGB 170 144 94 -
CMYK 0 0.15 0.45 0.33
HSL 39.47º 0.31% 0.52% -
HSV(B) 39.47º 0.45% 0.67% -
XYZ 28.57 29.3 14.74 -
YUV 146.07 98.61 145.07 -
System Red Green Blue C M Y K H S L
Decimal 170 144 94 0 0.15 0.45 0.33 39.47 0.31 0.52
Hex AA 90 5E 0 F 2D 21 27 1F 34
Octal 252 220 136 0 17 55 41 47 37 64
Binary 10101010 10010000 1011110 0 1111 101101 100001 100111 11111 110100

Color Harmonies of #AA905E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA905E

Black with #AA905E

Text Example


Text Example

White with #AA905E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA905E; }

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

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

background-color css

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

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

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

border-color css

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

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

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