Html Css Color HEX #AF90AE London Hue

📋 copy color: '#AF90AE'

red 175 ◦ green 144 ◦ blue 174

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

Shades of London Hue #AF90AE

Tints of London Hue #AF90AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.29%

R = 35.5%
G = 29.21%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF90AE (or 0xAF90AE) is known color: London Hue. HEX triplet: AF, 90 and AE. RGB value is (175,144,174). Sum of RGB (Red+Green+Blue) = 175+144+174=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AF90AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF90AE is #506F51. Grayscale: #9C9C9C. Windows color (decimal): -5271378 or 11440303. OLE color: 11440303.

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

Color convert

RGB 175 144 174 -
CMYK 0 0.18 0.01 0.31
HSL 301.94º 0.16% 0.63% -
HSV(B) 301.94º 0.18% 0.69% -
XYZ 35.29 32.12 44.38 -
YUV 156.69 137.77 141.06 -
System Red Green Blue C M Y K H S L
Decimal 175 144 174 0 0.18 0.01 0.31 301.94 0.16 0.63
Hex AF 90 AE 0 12 1 1F 12E 10 3F
Octal 257 220 256 0 22 1 37 456 20 77
Binary 10101111 10010000 10101110 0 10010 1 11111 100101110 10000 111111

Color Harmonies of #AF90AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90AE

Black with #AF90AE

Text Example


Text Example

White with #AF90AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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