Html Css Color HEX #AC9690 Thatch

📋 copy color: '#AC9690'

red 172 ◦ green 150 ◦ blue 144

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

Shades of Thatch #AC9690

Tints of Thatch #AC9690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.9%

R = 36.91%
G = 32.19%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC9690 (or 0xAC9690) is known color: Thatch. HEX triplet: AC, 96 and 90. RGB value is (172,150,144). Sum of RGB (Red+Green+Blue) = 172+150+144=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9690 is #53696F. Grayscale: #9B9B9B. Windows color (decimal): -5466480 or 9475756. OLE color: 9475756.

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

Color convert

RGB 172 150 144 -
CMYK 0 0.13 0.16 0.33
HSL 12.86º 0.14% 0.62% -
HSV(B) 12.86º 0.16% 0.67% -
XYZ 32.95 32.6 30.94 -
YUV 155.89 121.29 139.49 -
System Red Green Blue C M Y K H S L
Decimal 172 150 144 0 0.13 0.16 0.33 12.86 0.14 0.62
Hex AC 96 90 0 D 10 21 D E 3E
Octal 254 226 220 0 15 20 41 15 16 76
Binary 10101100 10010110 10010000 0 1101 10000 100001 1101 1110 111110

Color Harmonies of #AC9690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9690

Black with #AC9690

Text Example


Text Example

White with #AC9690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9690; }

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

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

background-color css

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

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

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

border-color css

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

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

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