Html Css Color HEX #A59BA3 London Hue

📋 copy color: '#A59BA3'

red 165 ◦ green 155 ◦ blue 163

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

Shades of London Hue #A59BA3

Tints of London Hue #A59BA3

RGB

 RED value IS 165 (64.84% from 255) = 34.16%

 GREEN value IS 155 (60.94% from 255) = 32.09%

 BLUE value IS 163 (64.06% from 255) = 33.75%

R = 34.16%
G = 32.09%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A59BA3 (or 0xA59BA3) is known color: London Hue. HEX triplet: A5, 9B and A3. RGB value is (165,155,163). Sum of RGB (Red+Green+Blue) = 165+155+163=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 165 - color contains mainly: red. Hex color #A59BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59BA3 is #5A645C. Grayscale: #9E9E9E. Windows color (decimal): -5923933 or 10722213. OLE color: 10722213.

HSL color Cylindrical-coordinate representation of color #A59BA3: hue angle of 312º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A59BA3 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 155 163 -
CMYK 0 0.06 0.01 0.35
HSL 312º 0.05% 0.63% -
HSV(B) 312º 0.06% 0.65% -
XYZ 33.85 34.09 39.45 -
YUV 158.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 165 155 163 0 0.06 0.01 0.35 312 0.05 0.63
Hex A5 9B A3 0 6 1 23 138 5 3F
Octal 245 233 243 0 6 1 43 470 5 77
Binary 10100101 10011011 10100011 0 110 1 100011 100111000 101 111111

Color Harmonies of #A59BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59BA3

Black with #A59BA3

Text Example


Text Example

White with #A59BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59BA3; }

 p { color: rgb(165,155,163); }

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

background-color css

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

 a { background-color: rgb(165,155,163); }

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

border-color css

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

 span { border-color: rgb(165,155,163); }

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