Html Css Color HEX #A8AFAA Edward

📋 copy color: '#A8AFAA'

red 168 ◦ green 175 ◦ blue 170

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

Shades of Edward #A8AFAA

Tints of Edward #A8AFAA

RGB

 RED value IS 168 (66.02% from 255) = 32.75%

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

 BLUE value IS 170 (66.8% from 255) = 33.14%

R = 32.75%
G = 34.11%
B = 33.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#A8AFAA (or 0xA8AFAA) is known color: Edward. HEX triplet: A8, AF and AA. RGB value is (168,175,170). Sum of RGB (Red+Green+Blue) = 168+175+170=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AFAA is #575055. Grayscale: #ACACAC. Windows color (decimal): -5722198 or 11186088. OLE color: 11186088.

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

Color convert

RGB 168 175 170 -
CMYK 0.04 0 0.03 0.31
HSL 137.14º 0.04% 0.67% -
HSV(B) 137.14º 0.04% 0.69% -
XYZ 38.73 41.89 44.07 -
YUV 172.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 168 175 170 0.04 0 0.03 0.31 137.14 0.04 0.67
Hex A8 AF AA 4 0 3 1F 89 4 43
Octal 250 257 252 4 0 3 37 211 4 103
Binary 10101000 10101111 10101010 100 0 11 11111 10001001 100 1000011

Color Harmonies of #A8AFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AFAA

Black with #A8AFAA

Text Example


Text Example

White with #A8AFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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