Html Css Color HEX #A4AAA6 Edward

📋 copy color: '#A4AAA6'

red 164 ◦ green 170 ◦ blue 166

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

Shades of Edward #A4AAA6

Tints of Edward #A4AAA6

RGB

 RED value IS 164 (64.45% from 255) = 32.8%

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

 BLUE value IS 166 (65.23% 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.33

RGB Variations

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

Color information

#A4AAA6 (or 0xA4AAA6) is known color: Edward. HEX triplet: A4, AA and A6. RGB value is (164,170,166). Sum of RGB (Red+Green+Blue) = 164+170+166=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AAA6 is #5B5559. Grayscale: #A7A7A7. Windows color (decimal): -5985626 or 10922660. OLE color: 10922660.

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

Color convert

RGB 164 170 166 -
CMYK 0.04 0 0.02 0.33
HSL 140º 0.03% 0.65% -
HSV(B) 140º 0.04% 0.67% -
XYZ 36.57 39.4 41.75 -
YUV 167.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 164 170 166 0.04 0 0.02 0.33 140 0.03 0.65
Hex A4 AA A6 4 0 2 21 8C 3 41
Octal 244 252 246 4 0 2 41 214 3 101
Binary 10100100 10101010 10100110 100 0 10 100001 10001100 11 1000001

Color Harmonies of #A4AAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AAA6

Black with #A4AAA6

Text Example


Text Example

White with #A4AAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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