Html Css Color HEX #AF99A7 London Hue

📋 copy color: '#AF99A7'

red 175 ◦ green 153 ◦ blue 167

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

Shades of London Hue #AF99A7

Tints of London Hue #AF99A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.74%

R = 35.35%
G = 30.91%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF99A7 (or 0xAF99A7) is known color: London Hue. HEX triplet: AF, 99 and A7. RGB value is (175,153,167). Sum of RGB (Red+Green+Blue) = 175+153+167=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 167 (65.62% from 255 or 33.74% from 495); Max value from RGB is 175 - color contains mainly: red. Hex color #AF99A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF99A7 is #506658. Grayscale: #A1A1A1. Windows color (decimal): -5269081 or 10983855. OLE color: 10983855.

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

Color convert

RGB 175 153 167 -
CMYK 0 0.13 0.05 0.31
HSL 321.82º 0.12% 0.64% -
HSV(B) 321.82º 0.13% 0.69% -
XYZ 36.05 34.69 41.35 -
YUV 161.17 131.29 137.86 -
System Red Green Blue C M Y K H S L
Decimal 175 153 167 0 0.13 0.05 0.31 321.82 0.12 0.64
Hex AF 99 A7 0 D 5 1F 142 C 40
Octal 257 231 247 0 15 5 37 502 14 100
Binary 10101111 10011001 10100111 0 1101 101 11111 101000010 1100 1000000

Color Harmonies of #AF99A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF99A7

Black with #AF99A7

Text Example


Text Example

White with #AF99A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF99A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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