Html Css Color HEX #AA928D Thatch

📋 copy color: '#AA928D'

red 170 ◦ green 146 ◦ blue 141

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

Shades of Thatch #AA928D

Tints of Thatch #AA928D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.95%

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

R = 37.2%
G = 31.95%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA928D (or 0xAA928D) is known color: Thatch. HEX triplet: AA, 92 and 8D. RGB value is (170,146,141). Sum of RGB (Red+Green+Blue) = 170+146+141=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA928D is #556D72. Grayscale: #989898. Windows color (decimal): -5598579 or 9278122. OLE color: 9278122.

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

Color convert

RGB 170 146 141 -
CMYK 0 0.14 0.17 0.33
HSL 10.34º 0.15% 0.61% -
HSV(B) 10.34º 0.17% 0.67% -
XYZ 31.66 31.03 29.52 -
YUV 152.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 170 146 141 0 0.14 0.17 0.33 10.34 0.15 0.61
Hex AA 92 8D 0 E 11 21 A F 3D
Octal 252 222 215 0 16 21 41 12 17 75
Binary 10101010 10010010 10001101 0 1110 10001 100001 1010 1111 111101

Color Harmonies of #AA928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA928D

Black with #AA928D

Text Example


Text Example

White with #AA928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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