Html Css Color HEX #AA9089 Thatch

📋 copy color: '#AA9089'

red 170 ◦ green 144 ◦ blue 137

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

Shades of Thatch #AA9089

Tints of Thatch #AA9089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.38%

R = 37.69%
G = 31.93%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA9089 (or 0xAA9089) is known color: Thatch. HEX triplet: AA, 90 and 89. RGB value is (170,144,137). Sum of RGB (Red+Green+Blue) = 170+144+137=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9089 is #556F76. Grayscale: #979797. Windows color (decimal): -5599095 or 9015466. OLE color: 9015466.

HSL color Cylindrical-coordinate representation of color #AA9089: hue angle of 12.73º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA9089 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 144 137 -
CMYK 0 0.15 0.19 0.33
HSL 12.73º 0.16% 0.6% -
HSV(B) 12.73º 0.19% 0.67% -
XYZ 31.07 30.3 27.88 -
YUV 150.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 170 144 137 0 0.15 0.19 0.33 12.73 0.16 0.6
Hex AA 90 89 0 F 13 21 D 10 3C
Octal 252 220 211 0 17 23 41 15 20 74
Binary 10101010 10010000 10001001 0 1111 10011 100001 1101 10000 111100

Color Harmonies of #AA9089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9089

Black with #AA9089

Text Example


Text Example

White with #AA9089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9089; }

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

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

background-color css

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

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

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

border-color css

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

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

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