Html Css Color HEX #AC9592 Thatch

📋 copy color: '#AC9592'

red 172 ◦ green 149 ◦ blue 146

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

Shades of Thatch #AC9592

Tints of Thatch #AC9592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.91%

 BLUE value IS 146 (57.42% from 255) = 31.26%

R = 36.83%
G = 31.91%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC9592 (or 0xAC9592) is known color: Thatch. HEX triplet: AC, 95 and 92. RGB value is (172,149,146). Sum of RGB (Red+Green+Blue) = 172+149+146=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9592 is #536A6D. Grayscale: #9B9B9B. Windows color (decimal): -5466734 or 9606572. OLE color: 9606572.

HSL color Cylindrical-coordinate representation of color #AC9592: hue angle of 6.92º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC9592 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 149 146 -
CMYK 0 0.13 0.15 0.33
HSL 6.92º 0.14% 0.62% -
HSV(B) 6.92º 0.15% 0.67% -
XYZ 32.95 32.34 31.7 -
YUV 155.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 172 149 146 0 0.13 0.15 0.33 6.92 0.14 0.62
Hex AC 95 92 0 D F 21 7 E 3E
Octal 254 225 222 0 15 17 41 7 16 76
Binary 10101100 10010101 10010010 0 1101 1111 100001 111 1110 111110

Color Harmonies of #AC9592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9592

Black with #AC9592

Text Example


Text Example

White with #AC9592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9592; }

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

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

background-color css

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

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

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

border-color css

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

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

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