Html Css Color HEX #AC918F Thatch

📋 copy color: '#AC918F'

red 172 ◦ green 145 ◦ blue 143

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

Shades of Thatch #AC918F

Tints of Thatch #AC918F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.52%

 BLUE value IS 143 (56.25% from 255) = 31.09%

R = 37.39%
G = 31.52%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC918F (or 0xAC918F) is known color: Thatch. HEX triplet: AC, 91 and 8F. RGB value is (172,145,143). Sum of RGB (Red+Green+Blue) = 172+145+143=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC918F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC918F is #536E70. Grayscale: #989898. Windows color (decimal): -5467761 or 9408940. OLE color: 9408940.

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

Color convert

RGB 172 145 143 -
CMYK 0 0.16 0.17 0.33
HSL 4.14º 0.15% 0.62% -
HSV(B) 4.14º 0.17% 0.67% -
XYZ 32.1 31 30.28 -
YUV 152.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 172 145 143 0 0.16 0.17 0.33 4.14 0.15 0.62
Hex AC 91 8F 0 10 11 21 4 F 3E
Octal 254 221 217 0 20 21 41 4 17 76
Binary 10101100 10010001 10001111 0 10000 10001 100001 100 1111 111110

Color Harmonies of #AC918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC918F

Black with #AC918F

Text Example


Text Example

White with #AC918F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC918F; }

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

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

background-color css

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

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

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

border-color css

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

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

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