Html Css Color HEX #AF92A5 London Hue

📋 copy color: '#AF92A5'

red 175 ◦ green 146 ◦ blue 165

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

Shades of London Hue #AF92A5

Tints of London Hue #AF92A5

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.04%

 BLUE value IS 165 (64.84% from 255) = 33.95%

R = 36.01%
G = 30.04%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF92A5 (or 0xAF92A5) is known color: London Hue. HEX triplet: AF, 92 and A5. RGB value is (175,146,165). Sum of RGB (Red+Green+Blue) = 175+146+165=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AF92A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF92A5 is #506D5A. Grayscale: #9C9C9C. Windows color (decimal): -5270875 or 10850991. OLE color: 10850991.

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

Color convert

RGB 175 146 165 -
CMYK 0 0.17 0.06 0.31
HSL 320.69º 0.15% 0.63% -
HSV(B) 320.69º 0.17% 0.69% -
XYZ 34.75 32.39 40.02 -
YUV 156.84 132.61 140.96 -
System Red Green Blue C M Y K H S L
Decimal 175 146 165 0 0.17 0.06 0.31 320.69 0.15 0.63
Hex AF 92 A5 0 11 6 1F 141 F 3F
Octal 257 222 245 0 21 6 37 501 17 77
Binary 10101111 10010010 10100101 0 10001 110 11111 101000001 1111 111111

Color Harmonies of #AF92A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF92A5

Black with #AF92A5

Text Example


Text Example

White with #AF92A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF92A5; }

 p { color: rgb(175,146,165); }

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

background-color css

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

 a { background-color: rgb(175,146,165); }

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

border-color css

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

 span { border-color: rgb(175,146,165); }

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