Html Css Color HEX #AF9DAE London Hue

📋 copy color: '#AF9DAE'

red 175 ◦ green 157 ◦ blue 174

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

Shades of London Hue #AF9DAE

Tints of London Hue #AF9DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.03%

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

R = 34.58%
G = 31.03%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF9DAE (or 0xAF9DAE) is known color: London Hue. HEX triplet: AF, 9D and AE. RGB value is (175,157,174). Sum of RGB (Red+Green+Blue) = 175+157+174=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9DAE is #506251. Grayscale: #A4A4A4. Windows color (decimal): -5268050 or 11443631. OLE color: 11443631.

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

Color convert

RGB 175 157 174 -
CMYK 0 0.10 0.01 0.31
HSL 303.33º 0.1% 0.65% -
HSV(B) 303.33º 0.1% 0.69% -
XYZ 37.38 36.28 45.08 -
YUV 164.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 175 157 174 0 0.10 0.01 0.31 303.33 0.1 0.65
Hex AF 9D AE 0 A 1 1F 12F A 41
Octal 257 235 256 0 12 1 37 457 12 101
Binary 10101111 10011101 10101110 0 1010 1 11111 100101111 1010 1000001

Color Harmonies of #AF9DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9DAE

Black with #AF9DAE

Text Example


Text Example

White with #AF9DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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