Html Css Color HEX #A7AEA8 Edward

📋 copy color: '#A7AEA8'

red 167 ◦ green 174 ◦ blue 168

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

Shades of Edward #A7AEA8

Tints of Edward #A7AEA8

RGB

 RED value IS 167 (65.63% from 255) = 32.81%

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

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

R = 32.81%
G = 34.18%
B = 33.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#A7AEA8 (or 0xA7AEA8) is known color: Edward. HEX triplet: A7, AE and A8. RGB value is (167,174,168). Sum of RGB (Red+Green+Blue) = 167+174+168=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 174 - color contains mainly: green. Hex color #A7AEA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AEA8 is #585157. Grayscale: #ABABAB. Windows color (decimal): -5787992 or 11054759. OLE color: 11054759.

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

Color convert

RGB 167 174 168 -
CMYK 0.04 0 0.03 0.32
HSL 128.57º 0.04% 0.67% -
HSV(B) 128.57º 0.04% 0.68% -
XYZ 38.14 41.31 43.01 -
YUV 171.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 167 174 168 0.04 0 0.03 0.32 128.57 0.04 0.67
Hex A7 AE A8 4 0 3 20 81 4 43
Octal 247 256 250 4 0 3 40 201 4 103
Binary 10100111 10101110 10101000 100 0 11 100000 10000001 100 1000011

Color Harmonies of #A7AEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AEA8

Black with #A7AEA8

Text Example


Text Example

White with #A7AEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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