Html Css Color HEX #A3A9A5 Edward

📋 copy color: '#A3A9A5'

red 163 ◦ green 169 ◦ blue 165

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

Shades of Edward #A3A9A5

Tints of Edward #A3A9A5

RGB

 RED value IS 163 (64.06% from 255) = 32.8%

 GREEN value IS 169 (66.41% from 255) = 34%

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

R = 32.8%
G = 34%
B = 33.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A3A9A5 (or 0xA3A9A5) is known color: Edward. HEX triplet: A3, A9 and A5. RGB value is (163,169,165). Sum of RGB (Red+Green+Blue) = 163+169+165=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A9A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A9A5 is #5C565A. Grayscale: #A6A6A6. Windows color (decimal): -6051419 or 10856867. OLE color: 10856867.

HSL color Cylindrical-coordinate representation of color #A3A9A5: hue angle of 140º degrees, saturation: 0.03, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A3A9A5 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB 163 169 165 -
CMYK 0.04 0 0.02 0.34
HSL 140º 0.03% 0.65% -
HSV(B) 140º 0.04% 0.66% -
XYZ 36.08 38.88 41.2 -
YUV 166.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 163 169 165 0.04 0 0.02 0.34 140 0.03 0.65
Hex A3 A9 A5 4 0 2 22 8C 3 41
Octal 243 251 245 4 0 2 42 214 3 101
Binary 10100011 10101001 10100101 100 0 10 100010 10001100 11 1000001

Color Harmonies of #A3A9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A9A5

Black with #A3A9A5

Text Example


Text Example

White with #A3A9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A9A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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