Html Css Color HEX #AA938D Thatch

📋 copy color: '#AA938D'

red 170 ◦ green 147 ◦ blue 141

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

Shades of Thatch #AA938D

Tints of Thatch #AA938D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.1%

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

R = 37.12%
G = 32.1%
B = 30.79%

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

#AA938D (or 0xAA938D) is known color: Thatch. HEX triplet: AA, 93 and 8D. RGB value is (170,147,141). Sum of RGB (Red+Green+Blue) = 170+147+141=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AA938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA938D is #556C72. Grayscale: #999999. Windows color (decimal): -5598323 or 9278378. OLE color: 9278378.

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

Color convert

RGB 170 147 141 -
CMYK 0 0.14 0.17 0.33
HSL 12.41º 0.15% 0.61% -
HSV(B) 12.41º 0.17% 0.67% -
XYZ 31.82 31.34 29.57 -
YUV 153.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 170 147 141 0 0.14 0.17 0.33 12.41 0.15 0.61
Hex AA 93 8D 0 E 11 21 C F 3D
Octal 252 223 215 0 16 21 41 14 17 75
Binary 10101010 10010011 10001101 0 1110 10001 100001 1100 1111 111101

Color Harmonies of #AA938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA938D

Black with #AA938D

Text Example


Text Example

White with #AA938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA938D; }

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

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

background-color css

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

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

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

border-color css

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

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

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