Html Css Color HEX #AC99AF London Hue

📋 copy color: '#AC99AF'

red 172 ◦ green 153 ◦ blue 175

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

Shades of London Hue #AC99AF

Tints of London Hue #AC99AF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.6%

 BLUE value IS 175 (68.75% from 255) = 35%

R = 34.4%
G = 30.6%
B = 35%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC99AF (or 0xAC99AF) is known color: London Hue. HEX triplet: AC, 99 and AF. RGB value is (172,153,175). Sum of RGB (Red+Green+Blue) = 172+153+175=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC99AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC99AF is #536650. Grayscale: #A1A1A1. Windows color (decimal): -5465681 or 11508140. OLE color: 11508140.

HSL color Cylindrical-coordinate representation of color #AC99AF: hue angle of 291.82º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AC99AF is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 153 175 -
CMYK 0.02 0.13 0 0.31
HSL 291.82º 0.12% 0.64% -
HSV(B) 291.82º 0.13% 0.69% -
XYZ 36.14 34.65 45.34 -
YUV 161.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 172 153 175 0.02 0.13 0 0.31 291.82 0.12 0.64
Hex AC 99 AF 2 D 0 1F 124 C 40
Octal 254 231 257 2 15 0 37 444 14 100
Binary 10101100 10011001 10101111 10 1101 0 11111 100100100 1100 1000000

Color Harmonies of #AC99AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC99AF

Black with #AC99AF

Text Example


Text Example

White with #AC99AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC99AF; }

 p { color: rgb(172,153,175); }

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

background-color css

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

 a { background-color: rgb(172,153,175); }

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

border-color css

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

 span { border-color: rgb(172,153,175); }

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