Html Css Color HEX #AC98AA London Hue

📋 copy color: '#AC98AA'

red 172 ◦ green 152 ◦ blue 170

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

Shades of London Hue #AC98AA

Tints of London Hue #AC98AA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.77%

 BLUE value IS 170 (66.8% from 255) = 34.41%

R = 34.82%
G = 30.77%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC98AA (or 0xAC98AA) is known color: London Hue. HEX triplet: AC, 98 and AA. RGB value is (172,152,170). Sum of RGB (Red+Green+Blue) = 172+152+170=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 172 - color contains mainly: red. Hex color #AC98AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC98AA is #536755. Grayscale: #9F9F9F. Windows color (decimal): -5465942 or 11180204. OLE color: 11180204.

HSL color Cylindrical-coordinate representation of color #AC98AA: hue angle of 306º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AC98AA is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 152 170 -
CMYK 0 0.12 0.01 0.33
HSL 306º 0.11% 0.64% -
HSV(B) 306º 0.12% 0.67% -
XYZ 35.5 34.13 42.75 -
YUV 160.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 172 152 170 0 0.12 0.01 0.33 306 0.11 0.64
Hex AC 98 AA 0 C 1 21 132 B 40
Octal 254 230 252 0 14 1 41 462 13 100
Binary 10101100 10011000 10101010 0 1100 1 100001 100110010 1011 1000000

Color Harmonies of #AC98AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC98AA

Black with #AC98AA

Text Example


Text Example

White with #AC98AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC98AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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