Html Css Color HEX #AC8F8D Thatch

📋 copy color: '#AC8F8D'

red 172 ◦ green 143 ◦ blue 141

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

Shades of Thatch #AC8F8D

Tints of Thatch #AC8F8D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.36%

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

R = 37.72%
G = 31.36%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC8F8D (or 0xAC8F8D) is known color: Thatch. HEX triplet: AC, 8F and 8D. RGB value is (172,143,141). Sum of RGB (Red+Green+Blue) = 172+143+141=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F8D is #537072. Grayscale: #979797. Windows color (decimal): -5468275 or 9277356. OLE color: 9277356.

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

Color convert

RGB 172 143 141 -
CMYK 0 0.17 0.18 0.33
HSL 3.87º 0.16% 0.61% -
HSV(B) 3.87º 0.18% 0.67% -
XYZ 31.64 30.34 29.39 -
YUV 151.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 172 143 141 0 0.17 0.18 0.33 3.87 0.16 0.61
Hex AC 8F 8D 0 11 12 21 4 10 3D
Octal 254 217 215 0 21 22 41 4 20 75
Binary 10101100 10001111 10001101 0 10001 10010 100001 100 10000 111101

Color Harmonies of #AC8F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F8D

Black with #AC8F8D

Text Example


Text Example

White with #AC8F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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