Html Css Color HEX #AF9DAB London Hue

📋 copy color: '#AF9DAB'

red 175 ◦ green 157 ◦ blue 171

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

Shades of London Hue #AF9DAB

Tints of London Hue #AF9DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34%

R = 34.79%
G = 31.21%
B = 34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF9DAB (or 0xAF9DAB) is known color: London Hue. HEX triplet: AF, 9D and AB. RGB value is (175,157,171). Sum of RGB (Red+Green+Blue) = 175+157+171=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9DAB is #506254. Grayscale: #A3A3A3. Windows color (decimal): -5268053 or 11247023. OLE color: 11247023.

HSL color Cylindrical-coordinate representation of color #AF9DAB: hue angle of 313.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 #AF9DAB is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 157 171 -
CMYK 0 0.10 0.02 0.31
HSL 313.33º 0.1% 0.65% -
HSV(B) 313.33º 0.1% 0.69% -
XYZ 37.09 36.17 43.55 -
YUV 163.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 175 157 171 0 0.10 0.02 0.31 313.33 0.1 0.65
Hex AF 9D AB 0 A 2 1F 139 A 41
Octal 257 235 253 0 12 2 37 471 12 101
Binary 10101111 10011101 10101011 0 1010 10 11111 100111001 1010 1000001

Color Harmonies of #AF9DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9DAB

Black with #AF9DAB

Text Example


Text Example

White with #AF9DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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