Html Css Color HEX #AA9E6D Tallow

📋 copy color: '#AA9E6D'

red 170 ◦ green 158 ◦ blue 109

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

Shades of Tallow #AA9E6D

Tints of Tallow #AA9E6D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.16%

 BLUE value IS 109 (42.97% from 255) = 24.94%

R = 38.9%
G = 36.16%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA9E6D (or 0xAA9E6D) is known color: Tallow. HEX triplet: AA, 9E and 6D. RGB value is (170,158,109). Sum of RGB (Red+Green+Blue) = 170+158+109=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E6D is #556192. Grayscale: #9C9C9C. Windows color (decimal): -5595539 or 7184042. OLE color: 7184042.

HSL color Cylindrical-coordinate representation of color #AA9E6D: hue angle of 48.2º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA9E6D is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 158 109 -
CMYK 0 0.07 0.36 0.33
HSL 48.2º 0.26% 0.55% -
HSV(B) 48.2º 0.36% 0.67% -
XYZ 31.56 34.1 19.39 -
YUV 156 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 170 158 109 0 0.07 0.36 0.33 48.2 0.26 0.55
Hex AA 9E 6D 0 7 24 21 30 1A 37
Octal 252 236 155 0 7 44 41 60 32 67
Binary 10101010 10011110 1101101 0 111 100100 100001 110000 11010 110111

Color Harmonies of #AA9E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E6D

Black with #AA9E6D

Text Example


Text Example

White with #AA9E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E6D; }

 p { color: rgb(170,158,109); }

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

background-color css

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

 a { background-color: rgb(170,158,109); }

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

border-color css

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

 span { border-color: rgb(170,158,109); }

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