Html Css Color HEX #AC8F86 Thatch

📋 copy color: '#AC8F86'

red 172 ◦ green 143 ◦ blue 134

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

Shades of Thatch #AC8F86

Tints of Thatch #AC8F86

RGB

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

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

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

R = 38.31%
G = 31.85%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC8F86 (or 0xAC8F86) is known color: Thatch. HEX triplet: AC, 8F and 86. RGB value is (172,143,134). Sum of RGB (Red+Green+Blue) = 172+143+134=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F86 is #537079. Grayscale: #969696. Windows color (decimal): -5468282 or 8818604. OLE color: 8818604.

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

Color convert

RGB 172 143 134 -
CMYK 0 0.17 0.22 0.33
HSL 14.21º 0.19% 0.6% -
HSV(B) 14.21º 0.22% 0.67% -
XYZ 31.14 30.14 26.73 -
YUV 150.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 172 143 134 0 0.17 0.22 0.33 14.21 0.19 0.6
Hex AC 8F 86 0 11 16 21 E 13 3C
Octal 254 217 206 0 21 26 41 16 23 74
Binary 10101100 10001111 10000110 0 10001 10110 100001 1110 10011 111100

Color Harmonies of #AC8F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F86

Black with #AC8F86

Text Example


Text Example

White with #AC8F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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