Html Css Color HEX #A5AAA6 Edward

📋 copy color: '#A5AAA6'

red 165 ◦ green 170 ◦ blue 166

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

Shades of Edward #A5AAA6

Tints of Edward #A5AAA6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.93%

 BLUE value IS 166 (65.23% from 255) = 33.13%

R = 32.93%
G = 33.93%
B = 33.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#A5AAA6 (or 0xA5AAA6) is known color: Edward. HEX triplet: A5, AA and A6. RGB value is (165,170,166). Sum of RGB (Red+Green+Blue) = 165+170+166=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AAA6 is #5A5559. Grayscale: #A8A8A8. Windows color (decimal): -5920090 or 10922661. OLE color: 10922661.

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

Color convert

RGB 165 170 166 -
CMYK 0.03 0 0.02 0.33
HSL 132º 0.03% 0.66% -
HSV(B) 132º 0.03% 0.67% -
XYZ 36.77 39.5 41.76 -
YUV 168.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 165 170 166 0.03 0 0.02 0.33 132 0.03 0.66
Hex A5 AA A6 3 0 2 21 84 3 42
Octal 245 252 246 3 0 2 41 204 3 102
Binary 10100101 10101010 10100110 11 0 10 100001 10000100 11 1000010

Color Harmonies of #A5AAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AAA6

Black with #A5AAA6

Text Example


Text Example

White with #A5AAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AAA6; }

 p { color: rgb(165,170,166); }

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

background-color css

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

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

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

border-color css

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

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

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