Html Css Color HEX #AC98A8 London Hue

📋 copy color: '#AC98A8'

red 172 ◦ green 152 ◦ blue 168

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

Shades of London Hue #AC98A8

Tints of London Hue #AC98A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.15%

R = 34.96%
G = 30.89%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC98A8 (or 0xAC98A8) is known color: London Hue. HEX triplet: AC, 98 and A8. RGB value is (172,152,168). Sum of RGB (Red+Green+Blue) = 172+152+168=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 172 - color contains mainly: red. Hex color #AC98A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC98A8 is #536757. Grayscale: #9F9F9F. Windows color (decimal): -5465944 or 11049132. OLE color: 11049132.

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

Color convert

RGB 172 152 168 -
CMYK 0 0.12 0.02 0.33
HSL 312º 0.11% 0.64% -
HSV(B) 312º 0.12% 0.67% -
XYZ 35.31 34.05 41.76 -
YUV 159.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 172 152 168 0 0.12 0.02 0.33 312 0.11 0.64
Hex AC 98 A8 0 C 2 21 138 B 40
Octal 254 230 250 0 14 2 41 470 13 100
Binary 10101100 10011000 10101000 0 1100 10 100001 100111000 1011 1000000

Color Harmonies of #AC98A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC98A8

Black with #AC98A8

Text Example


Text Example

White with #AC98A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC98A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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