Html Css Color HEX #AC9694 Thatch

📋 copy color: '#AC9694'

red 172 ◦ green 150 ◦ blue 148

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

Shades of Thatch #AC9694

Tints of Thatch #AC9694

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.91%

 BLUE value IS 148 (58.2% from 255) = 31.49%

R = 36.6%
G = 31.91%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AC9694 (or 0xAC9694) is known color: Thatch. HEX triplet: AC, 96 and 94. RGB value is (172,150,148). Sum of RGB (Red+Green+Blue) = 172+150+148=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9694 is #53696B. Grayscale: #9C9C9C. Windows color (decimal): -5466476 or 9737900. OLE color: 9737900.

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

Color convert

RGB 172 150 148 -
CMYK 0 0.13 0.14 0.33
HSL 0.13% 0.63% -
HSV(B) 0.14% 0.67% -
XYZ 33.26 32.72 32.58 -
YUV 156.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 172 150 148 0 0.13 0.14 0.33 5 0.13 0.63
Hex AC 96 94 0 D E 21 5 D 3F
Octal 254 226 224 0 15 16 41 5 15 77
Binary 10101100 10010110 10010100 0 1101 1110 100001 101 1101 111111

Color Harmonies of #AC9694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9694

Black with #AC9694

Text Example


Text Example

White with #AC9694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9694; }

 p { color: rgb(172,150,148); }

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

background-color css

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

 a { background-color: rgb(172,150,148); }

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

border-color css

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

 span { border-color: rgb(172,150,148); }

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