Html Css Color HEX #AA938C Thatch

📋 copy color: '#AA938C'

red 170 ◦ green 147 ◦ blue 140

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

Shades of Thatch #AA938C

Tints of Thatch #AA938C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.63%

R = 37.2%
G = 32.17%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA938C (or 0xAA938C) is known color: Thatch. HEX triplet: AA, 93 and 8C. RGB value is (170,147,140). Sum of RGB (Red+Green+Blue) = 170+147+140=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA938C is #556C73. Grayscale: #999999. Windows color (decimal): -5598324 or 9212842. OLE color: 9212842.

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

Color convert

RGB 170 147 140 -
CMYK 0 0.14 0.18 0.33
HSL 14º 0.15% 0.61% -
HSV(B) 14º 0.18% 0.67% -
XYZ 31.74 31.31 29.18 -
YUV 153.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 170 147 140 0 0.14 0.18 0.33 14 0.15 0.61
Hex AA 93 8C 0 E 12 21 E F 3D
Octal 252 223 214 0 16 22 41 16 17 75
Binary 10101010 10010011 10001100 0 1110 10010 100001 1110 1111 111101

Color Harmonies of #AA938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA938C

Black with #AA938C

Text Example


Text Example

White with #AA938C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA938C; }

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

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

background-color css

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

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

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

border-color css

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

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

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