Html Css Color HEX #AF99AD London Hue

📋 copy color: '#AF99AD'

red 175 ◦ green 153 ◦ blue 173

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

Shades of London Hue #AF99AD

Tints of London Hue #AF99AD

RGB

 RED value IS 175 (68.75% from 255) = 34.93%

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

 BLUE value IS 173 (67.97% from 255) = 34.53%

R = 34.93%
G = 30.54%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF99AD (or 0xAF99AD) is known color: London Hue. HEX triplet: AF, 99 and AD. RGB value is (175,153,173). Sum of RGB (Red+Green+Blue) = 175+153+173=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 175 - color contains mainly: red. Hex color #AF99AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF99AD is #506652. Grayscale: #A1A1A1. Windows color (decimal): -5269075 or 11377071. OLE color: 11377071.

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

Color convert

RGB 175 153 173 -
CMYK 0 0.13 0.01 0.31
HSL 305.45º 0.12% 0.64% -
HSV(B) 305.45º 0.13% 0.69% -
XYZ 36.61 34.91 44.34 -
YUV 161.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 175 153 173 0 0.13 0.01 0.31 305.45 0.12 0.64
Hex AF 99 AD 0 D 1 1F 131 C 40
Octal 257 231 255 0 15 1 37 461 14 100
Binary 10101111 10011001 10101101 0 1101 1 11111 100110001 1100 1000000

Color Harmonies of #AF99AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF99AD

Black with #AF99AD

Text Example


Text Example

White with #AF99AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF99AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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