Html Css Color HEX #AC8886 Thatch

📋 copy color: '#AC8886'

red 172 ◦ green 136 ◦ blue 134

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

Shades of Thatch #AC8886

Tints of Thatch #AC8886

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.77%

 BLUE value IS 134 (52.73% from 255) = 30.32%

R = 38.91%
G = 30.77%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC8886 (or 0xAC8886) is known color: Thatch. HEX triplet: AC, 88 and 86. RGB value is (172,136,134). Sum of RGB (Red+Green+Blue) = 172+136+134=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8886 is #537779. Grayscale: #929292. Windows color (decimal): -5470074 or 8816812. OLE color: 8816812.

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

Color convert

RGB 172 136 134 -
CMYK 0 0.21 0.22 0.33
HSL 3.16º 0.19% 0.6% -
HSV(B) 3.16º 0.22% 0.67% -
XYZ 30.12 28.1 26.39 -
YUV 146.54 120.93 146.16 -
System Red Green Blue C M Y K H S L
Decimal 172 136 134 0 0.21 0.22 0.33 3.16 0.19 0.6
Hex AC 88 86 0 15 16 21 3 13 3C
Octal 254 210 206 0 25 26 41 3 23 74
Binary 10101100 10001000 10000110 0 10101 10110 100001 11 10011 111100

Color Harmonies of #AC8886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8886

Black with #AC8886

Text Example


Text Example

White with #AC8886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8886; }

 p { color: rgb(172,136,134); }

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

background-color css

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

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

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

border-color css

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

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

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