Html Css Color HEX #A5A3A4 Shady Lady

📋 copy color: '#A5A3A4'

red 165 ◦ green 163 ◦ blue 164

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

Shades of Shady Lady #A5A3A4

Tints of Shady Lady #A5A3A4

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.13%

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

R = 33.54%
G = 33.13%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A5A3A4 (or 0xA5A3A4) is known color: Shady Lady. HEX triplet: A5, A3 and A4. RGB value is (165,163,164). Sum of RGB (Red+Green+Blue) = 165+163+164=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A3A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A3A4 is #5A5C5B. Grayscale: #A3A3A3. Windows color (decimal): -5921884 or 10789797. OLE color: 10789797.

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

Color convert

RGB 165 163 164 -
CMYK 0 0.01 0.01 0.35
HSL 330º 0.01% 0.64% -
HSV(B) 330º 0.01% 0.65% -
XYZ 35.32 36.87 40.38 -
YUV 163.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 165 163 164 0 0.01 0.01 0.35 330 0.01 0.64
Hex A5 A3 A4 0 1 1 23 14A 1 40
Octal 245 243 244 0 1 1 43 512 1 100
Binary 10100101 10100011 10100100 0 1 1 100011 101001010 1 1000000

Color Harmonies of #A5A3A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A3A4

Black with #A5A3A4

Text Example


Text Example

White with #A5A3A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A3A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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