Html Css Color HEX #A59CA5 London Hue

📋 copy color: '#A59CA5'

red 165 ◦ green 156 ◦ blue 165

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

Shades of London Hue #A59CA5

Tints of London Hue #A59CA5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.1%

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

R = 33.95%
G = 32.1%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A59CA5 (or 0xA59CA5) is known color: London Hue. HEX triplet: A5, 9C and A5. RGB value is (165,156,165). Sum of RGB (Red+Green+Blue) = 165+156+165=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 165 - color contains mainly: red, blue. Hex color #A59CA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59CA5 is #5A635A. Grayscale: #9F9F9F. Windows color (decimal): -5923675 or 10853541. OLE color: 10853541.

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

Color convert

RGB 165 156 165 -
CMYK 0 0.05 0 0.35
HSL 300º 0.05% 0.63% -
HSV(B) 300º 0.05% 0.65% -
XYZ 34.2 34.49 40.45 -
YUV 159.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 165 156 165 0 0.05 0 0.35 300 0.05 0.63
Hex A5 9C A5 0 5 0 23 12C 5 3F
Octal 245 234 245 0 5 0 43 454 5 77
Binary 10100101 10011100 10100101 0 101 0 100011 100101100 101 111111

Color Harmonies of #A59CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59CA5

Black with #A59CA5

Text Example


Text Example

White with #A59CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59CA5; }

 p { color: rgb(165,156,165); }

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

background-color css

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

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

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

border-color css

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

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

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