Html Css Color HEX #AA908E Thatch

📋 copy color: '#AA908E'

red 170 ◦ green 144 ◦ blue 142

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

Shades of Thatch #AA908E

Tints of Thatch #AA908E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.14%

R = 37.28%
G = 31.58%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA908E (or 0xAA908E) is known color: Thatch. HEX triplet: AA, 90 and 8E. RGB value is (170,144,142). Sum of RGB (Red+Green+Blue) = 170+144+142=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA908E is #556F71. Grayscale: #979797. Windows color (decimal): -5599090 or 9343146. OLE color: 9343146.

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

Color convert

RGB 170 144 142 -
CMYK 0 0.15 0.16 0.33
HSL 4.29º 0.14% 0.61% -
HSV(B) 4.29º 0.16% 0.67% -
XYZ 31.43 30.45 29.81 -
YUV 151.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 170 144 142 0 0.15 0.16 0.33 4.29 0.14 0.61
Hex AA 90 8E 0 F 10 21 4 E 3D
Octal 252 220 216 0 17 20 41 4 16 75
Binary 10101010 10010000 10001110 0 1111 10000 100001 100 1110 111101

Color Harmonies of #AA908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA908E

Black with #AA908E

Text Example


Text Example

White with #AA908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA908E; }

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

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

background-color css

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

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

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

border-color css

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

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

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