Html Css Color HEX #AC8F8B Thatch

📋 copy color: '#AC8F8B'

red 172 ◦ green 143 ◦ blue 139

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

Shades of Thatch #AC8F8B

Tints of Thatch #AC8F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.62%

R = 37.89%
G = 31.5%
B = 30.62%

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

#AC8F8B (or 0xAC8F8B) is known color: Thatch. HEX triplet: AC, 8F and 8B. RGB value is (172,143,139). Sum of RGB (Red+Green+Blue) = 172+143+139=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F8B is #537074. Grayscale: #979797. Windows color (decimal): -5468277 or 9146284. OLE color: 9146284.

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

Color convert

RGB 172 143 139 -
CMYK 0 0.17 0.19 0.33
HSL 7.27º 0.17% 0.61% -
HSV(B) 7.27º 0.19% 0.67% -
XYZ 31.5 30.28 28.61 -
YUV 151.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 172 143 139 0 0.17 0.19 0.33 7.27 0.17 0.61
Hex AC 8F 8B 0 11 13 21 7 11 3D
Octal 254 217 213 0 21 23 41 7 21 75
Binary 10101100 10001111 10001011 0 10001 10011 100001 111 10001 111101

Color Harmonies of #AC8F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F8B

Black with #AC8F8B

Text Example


Text Example

White with #AC8F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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