Html Css Color HEX #AC9593 Thatch

📋 copy color: '#AC9593'

red 172 ◦ green 149 ◦ blue 147

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

Shades of Thatch #AC9593

Tints of Thatch #AC9593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.41%

R = 36.75%
G = 31.84%
B = 31.41%

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

#AC9593 (or 0xAC9593) is known color: Thatch. HEX triplet: AC, 95 and 93. RGB value is (172,149,147). Sum of RGB (Red+Green+Blue) = 172+149+147=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9593 is #536A6C. Grayscale: #9B9B9B. Windows color (decimal): -5466733 or 9672108. OLE color: 9672108.

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

Color convert

RGB 172 149 147 -
CMYK 0 0.13 0.15 0.33
HSL 4.8º 0.13% 0.63% -
HSV(B) 4.8º 0.15% 0.67% -
XYZ 33.03 32.37 32.11 -
YUV 155.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 172 149 147 0 0.13 0.15 0.33 4.8 0.13 0.63
Hex AC 95 93 0 D F 21 5 D 3F
Octal 254 225 223 0 15 17 41 5 15 77
Binary 10101100 10010101 10010011 0 1101 1111 100001 101 1101 111111

Color Harmonies of #AC9593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9593

Black with #AC9593

Text Example


Text Example

White with #AC9593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9593; }

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

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

background-color css

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

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

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

border-color css

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

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

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