Html Css Color HEX #A6AAA7 Edward

📋 copy color: '#A6AAA7'

red 166 ◦ green 170 ◦ blue 167

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

Shades of Edward #A6AAA7

Tints of Edward #A6AAA7

RGB

 RED value IS 166 (65.23% from 255) = 33%

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

 BLUE value IS 167 (65.63% from 255) = 33.2%

R = 33%
G = 33.8%
B = 33.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#A6AAA7 (or 0xA6AAA7) is known color: Edward. HEX triplet: A6, AA and A7. RGB value is (166,170,167). Sum of RGB (Red+Green+Blue) = 166+170+167=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AAA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AAA7 is #595558. Grayscale: #A8A8A8. Windows color (decimal): -5854553 or 10988198. OLE color: 10988198.

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

Color convert

RGB 166 170 167 -
CMYK 0.02 0 0.02 0.33
HSL 135º 0.02% 0.66% -
HSV(B) 135º 0.02% 0.67% -
XYZ 37.08 39.65 42.26 -
YUV 168.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 166 170 167 0.02 0 0.02 0.33 135 0.02 0.66
Hex A6 AA A7 2 0 2 21 87 2 42
Octal 246 252 247 2 0 2 41 207 2 102
Binary 10100110 10101010 10100111 10 0 10 100001 10000111 10 1000010

Color Harmonies of #A6AAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AAA7

Black with #A6AAA7

Text Example


Text Example

White with #A6AAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AAA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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