Html Css Color HEX #AF9AAE London Hue

📋 copy color: '#AF9AAE'

red 175 ◦ green 154 ◦ blue 174

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

Shades of London Hue #AF9AAE

Tints of London Hue #AF9AAE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.62%

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

R = 34.79%
G = 30.62%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF9AAE (or 0xAF9AAE) is known color: London Hue. HEX triplet: AF, 9A and AE. RGB value is (175,154,174). Sum of RGB (Red+Green+Blue) = 175+154+174=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9AAE is #506551. Grayscale: #A2A2A2. Windows color (decimal): -5268818 or 11442863. OLE color: 11442863.

HSL color Cylindrical-coordinate representation of color #AF9AAE: hue angle of 302.86º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AF9AAE is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 154 174 -
CMYK 0 0.12 0.01 0.31
HSL 302.86º 0.12% 0.65% -
HSV(B) 302.86º 0.12% 0.69% -
XYZ 36.87 35.28 44.91 -
YUV 162.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 175 154 174 0 0.12 0.01 0.31 302.86 0.12 0.65
Hex AF 9A AE 0 C 1 1F 12F C 41
Octal 257 232 256 0 14 1 37 457 14 101
Binary 10101111 10011010 10101110 0 1100 1 11111 100101111 1100 1000001

Color Harmonies of #AF9AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9AAE

Black with #AF9AAE

Text Example


Text Example

White with #AF9AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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