Html Css Color HEX #AA908D Thatch

📋 copy color: '#AA908D'

red 170 ◦ green 144 ◦ blue 141

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

Shades of Thatch #AA908D

Tints of Thatch #AA908D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.99%

R = 37.36%
G = 31.65%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA908D (or 0xAA908D) is known color: Thatch. HEX triplet: AA, 90 and 8D. RGB value is (170,144,141). Sum of RGB (Red+Green+Blue) = 170+144+141=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA908D is #556F72. Grayscale: #979797. Windows color (decimal): -5599091 or 9277610. OLE color: 9277610.

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

Color convert

RGB 170 144 141 -
CMYK 0 0.15 0.17 0.33
HSL 6.21º 0.15% 0.61% -
HSV(B) 6.21º 0.17% 0.67% -
XYZ 31.36 30.42 29.42 -
YUV 151.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 170 144 141 0 0.15 0.17 0.33 6.21 0.15 0.61
Hex AA 90 8D 0 F 11 21 6 F 3D
Octal 252 220 215 0 17 21 41 6 17 75
Binary 10101010 10010000 10001101 0 1111 10001 100001 110 1111 111101

Color Harmonies of #AA908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA908D

Black with #AA908D

Text Example


Text Example

White with #AA908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA908D; }

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

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

background-color css

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

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

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

border-color css

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

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

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