Html Css Color HEX #A6AFA8 Edward

📋 copy color: '#A6AFA8'

red 166 ◦ green 175 ◦ blue 168

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

Shades of Edward #A6AFA8

Tints of Edward #A6AFA8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.38%

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

R = 32.61%
G = 34.38%
B = 33.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#A6AFA8 (or 0xA6AFA8) is known color: Edward. HEX triplet: A6, AF and A8. RGB value is (166,175,168). Sum of RGB (Red+Green+Blue) = 166+175+168=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AFA8 is #595057. Grayscale: #ABABAB. Windows color (decimal): -5853272 or 11055014. OLE color: 11055014.

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

Color convert

RGB 166 175 168 -
CMYK 0.05 0 0.04 0.31
HSL 133.33º 0.05% 0.67% -
HSV(B) 133.33º 0.05% 0.69% -
XYZ 38.12 41.59 43.06 -
YUV 171.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 166 175 168 0.05 0 0.04 0.31 133.33 0.05 0.67
Hex A6 AF A8 5 0 4 1F 85 5 43
Octal 246 257 250 5 0 4 37 205 5 103
Binary 10100110 10101111 10101000 101 0 100 11111 10000101 101 1000011

Color Harmonies of #A6AFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AFA8

Black with #A6AFA8

Text Example


Text Example

White with #A6AFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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