Html Css Color HEX #A6AEA8 Edward

📋 copy color: '#A6AEA8'

red 166 ◦ green 174 ◦ blue 168

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

Shades of Edward #A6AEA8

Tints of Edward #A6AEA8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.25%

 BLUE value IS 168 (66.02% from 255) = 33.07%

R = 32.68%
G = 34.25%
B = 33.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#A6AEA8 (or 0xA6AEA8) is known color: Edward. HEX triplet: A6, AE and A8. RGB value is (166,174,168). Sum of RGB (Red+Green+Blue) = 166+174+168=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AEA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AEA8 is #595157. Grayscale: #AAAAAA. Windows color (decimal): -5853528 or 11054758. OLE color: 11054758.

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

Color convert

RGB 166 174 168 -
CMYK 0.05 0 0.03 0.32
HSL 135º 0.05% 0.67% -
HSV(B) 135º 0.05% 0.68% -
XYZ 37.93 41.21 43 -
YUV 170.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 166 174 168 0.05 0 0.03 0.32 135 0.05 0.67
Hex A6 AE A8 5 0 3 20 87 5 43
Octal 246 256 250 5 0 3 40 207 5 103
Binary 10100110 10101110 10101000 101 0 11 100000 10000111 101 1000011

Color Harmonies of #A6AEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AEA8

Black with #A6AEA8

Text Example


Text Example

White with #A6AEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AEA8; }

 p { color: rgb(166,174,168); }

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

background-color css

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

 a { background-color: rgb(166,174,168); }

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

border-color css

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

 span { border-color: rgb(166,174,168); }

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