Html Css Color HEX #AC9098 Shady Lady

📋 copy color: '#AC9098'

red 172 ◦ green 144 ◦ blue 152

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

Shades of Shady Lady #AC9098

Tints of Shady Lady #AC9098

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.77%

 BLUE value IS 152 (59.77% from 255) = 32.48%

R = 36.75%
G = 30.77%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC9098 (or 0xAC9098) is known color: Shady Lady. HEX triplet: AC, 90 and 98. RGB value is (172,144,152). Sum of RGB (Red+Green+Blue) = 172+144+152=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9098 is #536F67. Grayscale: #999999. Windows color (decimal): -5468008 or 9998508. OLE color: 9998508.

HSL color Cylindrical-coordinate representation of color #AC9098: hue angle of 342.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 #AC9098 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 144 152 -
CMYK 0 0.16 0.12 0.33
HSL 342.86º 0.14% 0.62% -
HSV(B) 342.86º 0.16% 0.67% -
XYZ 32.65 30.98 33.97 -
YUV 153.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 172 144 152 0 0.16 0.12 0.33 342.86 0.14 0.62
Hex AC 90 98 0 10 C 21 157 E 3E
Octal 254 220 230 0 20 14 41 527 16 76
Binary 10101100 10010000 10011000 0 10000 1100 100001 101010111 1110 111110

Color Harmonies of #AC9098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9098

Black with #AC9098

Text Example


Text Example

White with #AC9098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9098; }

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

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

background-color css

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

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

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

border-color css

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

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

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