Html Css Color HEX #AA918E Thatch

📋 copy color: '#AA918E'

red 170 ◦ green 145 ◦ blue 142

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

Shades of Thatch #AA918E

Tints of Thatch #AA918E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.73%

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

R = 37.2%
G = 31.73%
B = 31.07%

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

#AA918E (or 0xAA918E) is known color: Thatch. HEX triplet: AA, 91 and 8E. RGB value is (170,145,142). Sum of RGB (Red+Green+Blue) = 170+145+142=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA918E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA918E is #556E71. Grayscale: #989898. Windows color (decimal): -5598834 or 9343402. OLE color: 9343402.

HSL color Cylindrical-coordinate representation of color #AA918E: hue angle of 6.43º 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 #AA918E is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 145 142 -
CMYK 0 0.15 0.16 0.33
HSL 6.43º 0.14% 0.61% -
HSV(B) 6.43º 0.16% 0.67% -
XYZ 31.59 30.75 29.86 -
YUV 152.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 170 145 142 0 0.15 0.16 0.33 6.43 0.14 0.61
Hex AA 91 8E 0 F 10 21 6 E 3D
Octal 252 221 216 0 17 20 41 6 16 75
Binary 10101010 10010001 10001110 0 1111 10000 100001 110 1110 111101

Color Harmonies of #AA918E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA918E

Black with #AA918E

Text Example


Text Example

White with #AA918E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA918E; }

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

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

background-color css

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

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

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

border-color css

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

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

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