Html Css Color HEX #AC8E8E Thatch

📋 copy color: '#AC8E8E'

red 172 ◦ green 142 ◦ blue 142

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

Shades of Thatch #AC8E8E

Tints of Thatch #AC8E8E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.14%

 BLUE value IS 142 (55.86% from 255) = 31.14%

R = 37.72%
G = 31.14%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC8E8E (or 0xAC8E8E) is known color: Thatch. HEX triplet: AC, 8E and 8E. RGB value is (172,142,142). Sum of RGB (Red+Green+Blue) = 172+142+142=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8E8E is #537171. Grayscale: #979797. Windows color (decimal): -5468530 or 9342636. OLE color: 9342636.

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

Color convert

RGB 172 142 142 -
CMYK 0 0.17 0.17 0.33
HSL 0.15% 0.62% -
HSV(B) 0.17% 0.67% -
XYZ 31.57 30.07 29.73 -
YUV 150.97 122.94 143 -
System Red Green Blue C M Y K H S L
Decimal 172 142 142 0 0.17 0.17 0.33 0 0.15 0.62
Hex AC 8E 8E 0 11 11 21 0 F 3E
Octal 254 216 216 0 21 21 41 0 17 76
Binary 10101100 10001110 10001110 0 10001 10001 100001 0 1111 111110

Color Harmonies of #AC8E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8E8E

Black with #AC8E8E

Text Example


Text Example

White with #AC8E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8E8E; }

 p { color: rgb(172,142,142); }

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

background-color css

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

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

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

border-color css

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

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

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