Html Css Color HEX #A59BA4 London Hue

📋 copy color: '#A59BA4'

red 165 ◦ green 155 ◦ blue 164

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

Shades of London Hue #A59BA4

Tints of London Hue #A59BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.88%

R = 34.09%
G = 32.02%
B = 33.88%

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

#A59BA4 (or 0xA59BA4) is known color: London Hue. HEX triplet: A5, 9B and A4. RGB value is (165,155,164). Sum of RGB (Red+Green+Blue) = 165+155+164=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 164 (64.45% from 255 or 33.88% from 484); Max value from RGB is 165 - color contains mainly: red. Hex color #A59BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59BA4 is #5A645B. Grayscale: #9E9E9E. Windows color (decimal): -5923932 or 10787749. OLE color: 10787749.

HSL color Cylindrical-coordinate representation of color #A59BA4: hue angle of 306º 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 #A59BA4 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 155 164 -
CMYK 0 0.06 0.01 0.35
HSL 306º 0.05% 0.63% -
HSV(B) 306º 0.06% 0.65% -
XYZ 33.94 34.12 39.92 -
YUV 159.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 165 155 164 0 0.06 0.01 0.35 306 0.05 0.63
Hex A5 9B A4 0 6 1 23 132 5 3F
Octal 245 233 244 0 6 1 43 462 5 77
Binary 10100101 10011011 10100100 0 110 1 100011 100110010 101 111111

Color Harmonies of #A59BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59BA4

Black with #A59BA4

Text Example


Text Example

White with #A59BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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