Html Css Color HEX #AA948F Thatch

📋 copy color: '#AA948F'

red 170 ◦ green 148 ◦ blue 143

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

Shades of Thatch #AA948F

Tints of Thatch #AA948F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.1%

 BLUE value IS 143 (56.25% from 255) = 31.02%

R = 36.88%
G = 32.1%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA948F (or 0xAA948F) is known color: Thatch. HEX triplet: AA, 94 and 8F. RGB value is (170,148,143). Sum of RGB (Red+Green+Blue) = 170+148+143=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AA948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA948F is #556B70. Grayscale: #9A9A9A. Windows color (decimal): -5598065 or 9409706. OLE color: 9409706.

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

Color convert

RGB 170 148 143 -
CMYK 0 0.13 0.16 0.33
HSL 11.11º 0.14% 0.61% -
HSV(B) 11.11º 0.16% 0.67% -
XYZ 32.13 31.71 30.41 -
YUV 154.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 170 148 143 0 0.13 0.16 0.33 11.11 0.14 0.61
Hex AA 94 8F 0 D 10 21 B E 3D
Octal 252 224 217 0 15 20 41 13 16 75
Binary 10101010 10010100 10001111 0 1101 10000 100001 1011 1110 111101

Color Harmonies of #AA948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA948F

Black with #AA948F

Text Example


Text Example

White with #AA948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA948F; }

 p { color: rgb(170,148,143); }

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

background-color css

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

 a { background-color: rgb(170,148,143); }

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

border-color css

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

 span { border-color: rgb(170,148,143); }

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