Html Css Color HEX #AC8F87 Thatch

📋 copy color: '#AC8F87'

red 172 ◦ green 143 ◦ blue 135

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

Shades of Thatch #AC8F87

Tints of Thatch #AC8F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30%

R = 38.22%
G = 31.78%
B = 30%

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

#AC8F87 (or 0xAC8F87) is known color: Thatch. HEX triplet: AC, 8F and 87. RGB value is (172,143,135). Sum of RGB (Red+Green+Blue) = 172+143+135=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F87 is #537078. Grayscale: #969696. Windows color (decimal): -5468281 or 8884140. OLE color: 8884140.

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

Color convert

RGB 172 143 135 -
CMYK 0 0.17 0.22 0.33
HSL 12.97º 0.18% 0.6% -
HSV(B) 12.97º 0.22% 0.67% -
XYZ 31.21 30.16 27.1 -
YUV 150.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 172 143 135 0 0.17 0.22 0.33 12.97 0.18 0.6
Hex AC 8F 87 0 11 16 21 D 12 3C
Octal 254 217 207 0 21 26 41 15 22 74
Binary 10101100 10001111 10000111 0 10001 10110 100001 1101 10010 111100

Color Harmonies of #AC8F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F87

Black with #AC8F87

Text Example


Text Example

White with #AC8F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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