Html Css Color HEX #AC928B Thatch

📋 copy color: '#AC928B'

red 172 ◦ green 146 ◦ blue 139

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

Shades of Thatch #AC928B

Tints of Thatch #AC928B

RGB

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

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

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

R = 37.64%
G = 31.95%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC928B (or 0xAC928B) is known color: Thatch. HEX triplet: AC, 92 and 8B. RGB value is (172,146,139). Sum of RGB (Red+Green+Blue) = 172+146+139=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC928B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC928B is #536D74. Grayscale: #999999. Windows color (decimal): -5467509 or 9147052. OLE color: 9147052.

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

Color convert

RGB 172 146 139 -
CMYK 0 0.15 0.19 0.33
HSL 12.73º 0.17% 0.61% -
HSV(B) 12.73º 0.19% 0.67% -
XYZ 31.95 31.19 28.76 -
YUV 152.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 172 146 139 0 0.15 0.19 0.33 12.73 0.17 0.61
Hex AC 92 8B 0 F 13 21 D 11 3D
Octal 254 222 213 0 17 23 41 15 21 75
Binary 10101100 10010010 10001011 0 1111 10011 100001 1101 10001 111101

Color Harmonies of #AC928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC928B

Black with #AC928B

Text Example


Text Example

White with #AC928B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC928B; }

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

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

background-color css

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

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

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

border-color css

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

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

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