Html Css Color HEX #AC958F Thatch

📋 copy color: '#AC958F'

red 172 ◦ green 149 ◦ blue 143

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

Shades of Thatch #AC958F

Tints of Thatch #AC958F

RGB

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

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

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

R = 37.07%
G = 32.11%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC958F (or 0xAC958F) is known color: Thatch. HEX triplet: AC, 95 and 8F. RGB value is (172,149,143). Sum of RGB (Red+Green+Blue) = 172+149+143=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC958F is #536A70. Grayscale: #9B9B9B. Windows color (decimal): -5466737 or 9409964. OLE color: 9409964.

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

Color convert

RGB 172 149 143 -
CMYK 0 0.13 0.17 0.33
HSL 12.41º 0.15% 0.62% -
HSV(B) 12.41º 0.17% 0.67% -
XYZ 32.72 32.25 30.49 -
YUV 155.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 172 149 143 0 0.13 0.17 0.33 12.41 0.15 0.62
Hex AC 95 8F 0 D 11 21 C F 3E
Octal 254 225 217 0 15 21 41 14 17 76
Binary 10101100 10010101 10001111 0 1101 10001 100001 1100 1111 111110

Color Harmonies of #AC958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC958F

Black with #AC958F

Text Example


Text Example

White with #AC958F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC958F; }

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

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

background-color css

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

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

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

border-color css

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

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

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