Html Css Color HEX #AA9593 Thatch

📋 copy color: '#AA9593'

red 170 ◦ green 149 ◦ blue 147

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

Shades of Thatch #AA9593

Tints of Thatch #AA9593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.97%

 BLUE value IS 147 (57.81% from 255) = 31.55%

R = 36.48%
G = 31.97%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA9593 (or 0xAA9593) is known color: Thatch. HEX triplet: AA, 95 and 93. RGB value is (170,149,147). Sum of RGB (Red+Green+Blue) = 170+149+147=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9593 is #556A6C. Grayscale: #9B9B9B. Windows color (decimal): -5597805 or 9672106. OLE color: 9672106.

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

Color convert

RGB 170 149 147 -
CMYK 0 0.12 0.14 0.33
HSL 5.22º 0.12% 0.62% -
HSV(B) 5.22º 0.14% 0.67% -
XYZ 32.59 32.15 32.09 -
YUV 155.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 170 149 147 0 0.12 0.14 0.33 5.22 0.12 0.62
Hex AA 95 93 0 C E 21 5 C 3E
Octal 252 225 223 0 14 16 41 5 14 76
Binary 10101010 10010101 10010011 0 1100 1110 100001 101 1100 111110

Color Harmonies of #AA9593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9593

Black with #AA9593

Text Example


Text Example

White with #AA9593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9593; }

 p { color: rgb(170,149,147); }

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

background-color css

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

 a { background-color: rgb(170,149,147); }

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

border-color css

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

 span { border-color: rgb(170,149,147); }

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