Html Css Color HEX #AA908B Thatch

📋 copy color: '#AA908B'

red 170 ◦ green 144 ◦ blue 139

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

Shades of Thatch #AA908B

Tints of Thatch #AA908B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.68%

R = 37.53%
G = 31.79%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA908B (or 0xAA908B) is known color: Thatch. HEX triplet: AA, 90 and 8B. RGB value is (170,144,139). Sum of RGB (Red+Green+Blue) = 170+144+139=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AA908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA908B is #556F74. Grayscale: #979797. Windows color (decimal): -5599093 or 9146538. OLE color: 9146538.

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

Color convert

RGB 170 144 139 -
CMYK 0 0.15 0.18 0.33
HSL 9.68º 0.15% 0.61% -
HSV(B) 9.68º 0.18% 0.67% -
XYZ 31.21 30.36 28.64 -
YUV 151.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 170 144 139 0 0.15 0.18 0.33 9.68 0.15 0.61
Hex AA 90 8B 0 F 12 21 A F 3D
Octal 252 220 213 0 17 22 41 12 17 75
Binary 10101010 10010000 10001011 0 1111 10010 100001 1010 1111 111101

Color Harmonies of #AA908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA908B

Black with #AA908B

Text Example


Text Example

White with #AA908B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA908B; }

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

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

background-color css

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

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

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

border-color css

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

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

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