Html Css Color HEX #AF90AC London Hue

📋 copy color: '#AF90AC'

red 175 ◦ green 144 ◦ blue 172

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

Shades of London Hue #AF90AC

Tints of London Hue #AF90AC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.33%

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

R = 35.64%
G = 29.33%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF90AC (or 0xAF90AC) is known color: London Hue. HEX triplet: AF, 90 and AC. RGB value is (175,144,172). Sum of RGB (Red+Green+Blue) = 175+144+172=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AF90AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF90AC is #506F53. Grayscale: #9C9C9C. Windows color (decimal): -5271380 or 11309231. OLE color: 11309231.

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

Color convert

RGB 175 144 172 -
CMYK 0 0.18 0.02 0.31
HSL 305.81º 0.16% 0.63% -
HSV(B) 305.81º 0.18% 0.69% -
XYZ 35.1 32.04 43.36 -
YUV 156.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 175 144 172 0 0.18 0.02 0.31 305.81 0.16 0.63
Hex AF 90 AC 0 12 2 1F 132 10 3F
Octal 257 220 254 0 22 2 37 462 20 77
Binary 10101111 10010000 10101100 0 10010 10 11111 100110010 10000 111111

Color Harmonies of #AF90AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90AC

Black with #AF90AC

Text Example


Text Example

White with #AF90AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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