Html Css Color HEX #AF8BA5 London Hue

📋 copy color: '#AF8BA5'

red 175 ◦ green 139 ◦ blue 165

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

Shades of London Hue #AF8BA5

Tints of London Hue #AF8BA5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.02%

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

R = 36.53%
G = 29.02%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF8BA5 (or 0xAF8BA5) is known color: London Hue. HEX triplet: AF, 8B and A5. RGB value is (175,139,165). Sum of RGB (Red+Green+Blue) = 175+139+165=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8BA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8BA5 is #50745A. Grayscale: #989898. Windows color (decimal): -5272667 or 10849199. OLE color: 10849199.

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

Color convert

RGB 175 139 165 -
CMYK 0 0.21 0.06 0.31
HSL 316.67º 0.18% 0.62% -
HSV(B) 316.67º 0.21% 0.69% -
XYZ 33.7 30.3 39.67 -
YUV 152.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 175 139 165 0 0.21 0.06 0.31 316.67 0.18 0.62
Hex AF 8B A5 0 15 6 1F 13D 12 3E
Octal 257 213 245 0 25 6 37 475 22 76
Binary 10101111 10001011 10100101 0 10101 110 11111 100111101 10010 111110

Color Harmonies of #AF8BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8BA5

Black with #AF8BA5

Text Example


Text Example

White with #AF8BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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