Html Css Color HEX #AC9692 Thatch

📋 copy color: '#AC9692'

red 172 ◦ green 150 ◦ blue 146

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

Shades of Thatch #AC9692

Tints of Thatch #AC9692

RGB

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

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

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

R = 36.75%
G = 32.05%
B = 31.2%

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

#AC9692 (or 0xAC9692) is known color: Thatch. HEX triplet: AC, 96 and 92. RGB value is (172,150,146). Sum of RGB (Red+Green+Blue) = 172+150+146=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9692 is #53696D. Grayscale: #9C9C9C. Windows color (decimal): -5466478 or 9606828. OLE color: 9606828.

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

Color convert

RGB 172 150 146 -
CMYK 0 0.13 0.15 0.33
HSL 9.23º 0.14% 0.62% -
HSV(B) 9.23º 0.15% 0.67% -
XYZ 33.11 32.66 31.75 -
YUV 156.12 122.29 139.33 -
System Red Green Blue C M Y K H S L
Decimal 172 150 146 0 0.13 0.15 0.33 9.23 0.14 0.62
Hex AC 96 92 0 D F 21 9 E 3E
Octal 254 226 222 0 15 17 41 11 16 76
Binary 10101100 10010110 10010010 0 1101 1111 100001 1001 1110 111110

Color Harmonies of #AC9692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9692

Black with #AC9692

Text Example


Text Example

White with #AC9692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9692; }

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

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

background-color css

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

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

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

border-color css

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

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

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