Html Css Color HEX #AC8F8C Thatch

📋 copy color: '#AC8F8C'

red 172 ◦ green 143 ◦ blue 140

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

Shades of Thatch #AC8F8C

Tints of Thatch #AC8F8C

RGB

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

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

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

R = 37.8%
G = 31.43%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC8F8C (or 0xAC8F8C) is known color: Thatch. HEX triplet: AC, 8F and 8C. RGB value is (172,143,140). Sum of RGB (Red+Green+Blue) = 172+143+140=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F8C is #537073. Grayscale: #979797. Windows color (decimal): -5468276 or 9211820. OLE color: 9211820.

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

Color convert

RGB 172 143 140 -
CMYK 0 0.17 0.19 0.33
HSL 5.63º 0.16% 0.61% -
HSV(B) 5.63º 0.19% 0.67% -
XYZ 31.57 30.31 29 -
YUV 151.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 172 143 140 0 0.17 0.19 0.33 5.63 0.16 0.61
Hex AC 8F 8C 0 11 13 21 6 10 3D
Octal 254 217 214 0 21 23 41 6 20 75
Binary 10101100 10001111 10001100 0 10001 10011 100001 110 10000 111101

Color Harmonies of #AC8F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F8C

Black with #AC8F8C

Text Example


Text Example

White with #AC8F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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