Html Css Color HEX #AF91AC London Hue

📋 copy color: '#AF91AC'

red 175 ◦ green 145 ◦ blue 172

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

Shades of London Hue #AF91AC

Tints of London Hue #AF91AC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.47%

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

R = 35.57%
G = 29.47%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF91AC (or 0xAF91AC) is known color: London Hue. HEX triplet: AF, 91 and AC. RGB value is (175,145,172). Sum of RGB (Red+Green+Blue) = 175+145+172=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AF91AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF91AC is #506E53. Grayscale: #9C9C9C. Windows color (decimal): -5271124 or 11309487. OLE color: 11309487.

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

Color convert

RGB 175 145 172 -
CMYK 0 0.17 0.02 0.31
HSL 306º 0.16% 0.63% -
HSV(B) 306º 0.17% 0.69% -
XYZ 35.25 32.34 43.41 -
YUV 157.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 175 145 172 0 0.17 0.02 0.31 306 0.16 0.63
Hex AF 91 AC 0 11 2 1F 132 10 3F
Octal 257 221 254 0 21 2 37 462 20 77
Binary 10101111 10010001 10101100 0 10001 10 11111 100110010 10000 111111

Color Harmonies of #AF91AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF91AC

Black with #AF91AC

Text Example


Text Example

White with #AF91AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF91AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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