Html Css Color HEX #AC948F Thatch

📋 copy color: '#AC948F'

red 172 ◦ green 148 ◦ blue 143

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

Shades of Thatch #AC948F

Tints of Thatch #AC948F

RGB

 RED value IS 172 (67.58% from 255) = 37.15%

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

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

R = 37.15%
G = 31.97%
B = 30.89%

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

#AC948F (or 0xAC948F) is known color: Thatch. HEX triplet: AC, 94 and 8F. RGB value is (172,148,143). Sum of RGB (Red+Green+Blue) = 172+148+143=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC948F is #536B70. Grayscale: #9A9A9A. Windows color (decimal): -5466993 or 9409708. OLE color: 9409708.

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

Color convert

RGB 172 148 143 -
CMYK 0 0.14 0.17 0.33
HSL 10.34º 0.15% 0.62% -
HSV(B) 10.34º 0.17% 0.67% -
XYZ 32.56 31.93 30.43 -
YUV 154.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 172 148 143 0 0.14 0.17 0.33 10.34 0.15 0.62
Hex AC 94 8F 0 E 11 21 A F 3E
Octal 254 224 217 0 16 21 41 12 17 76
Binary 10101100 10010100 10001111 0 1110 10001 100001 1010 1111 111110

Color Harmonies of #AC948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC948F

Black with #AC948F

Text Example


Text Example

White with #AC948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC948F; }

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

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

background-color css

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

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

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

border-color css

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

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

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