Html Css Color HEX #AC928F Thatch

📋 copy color: '#AC928F'

red 172 ◦ green 146 ◦ blue 143

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

Shades of Thatch #AC928F

Tints of Thatch #AC928F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.67%

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

R = 37.31%
G = 31.67%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC928F (or 0xAC928F) is known color: Thatch. HEX triplet: AC, 92 and 8F. RGB value is (172,146,143). Sum of RGB (Red+Green+Blue) = 172+146+143=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC928F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC928F is #536D70. Grayscale: #999999. Windows color (decimal): -5467505 or 9409196. OLE color: 9409196.

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

Color convert

RGB 172 146 143 -
CMYK 0 0.15 0.17 0.33
HSL 6.21º 0.15% 0.62% -
HSV(B) 6.21º 0.17% 0.67% -
XYZ 32.25 31.31 30.33 -
YUV 153.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 172 146 143 0 0.15 0.17 0.33 6.21 0.15 0.62
Hex AC 92 8F 0 F 11 21 6 F 3E
Octal 254 222 217 0 17 21 41 6 17 76
Binary 10101100 10010010 10001111 0 1111 10001 100001 110 1111 111110

Color Harmonies of #AC928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC928F

Black with #AC928F

Text Example


Text Example

White with #AC928F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC928F; }

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

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

background-color css

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

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

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

border-color css

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

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

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