Html Css Color HEX #A59CA4 London Hue

📋 copy color: '#A59CA4'

red 165 ◦ green 156 ◦ blue 164

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

Shades of London Hue #A59CA4

Tints of London Hue #A59CA4

RGB

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

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

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

R = 34.02%
G = 32.16%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A59CA4 (or 0xA59CA4) is known color: London Hue. HEX triplet: A5, 9C and A4. RGB value is (165,156,164). Sum of RGB (Red+Green+Blue) = 165+156+164=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 165 - color contains mainly: red. Hex color #A59CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59CA4 is #5A635B. Grayscale: #9F9F9F. Windows color (decimal): -5923676 or 10788005. OLE color: 10788005.

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

Color convert

RGB 165 156 164 -
CMYK 0 0.05 0.01 0.35
HSL 306.67º 0.05% 0.63% -
HSV(B) 306.67º 0.05% 0.65% -
XYZ 34.11 34.46 39.98 -
YUV 159.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 165 156 164 0 0.05 0.01 0.35 306.67 0.05 0.63
Hex A5 9C A4 0 5 1 23 133 5 3F
Octal 245 234 244 0 5 1 43 463 5 77
Binary 10100101 10011100 10100100 0 101 1 100011 100110011 101 111111

Color Harmonies of #A59CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59CA4

Black with #A59CA4

Text Example


Text Example

White with #A59CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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