Html Css Color HEX #A3AEA8 Tower Grey

📋 copy color: '#A3AEA8'

red 163 ◦ green 174 ◦ blue 168

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

Shades of Tower Grey #A3AEA8

Tints of Tower Grey #A3AEA8

RGB

 RED value IS 163 (64.06% from 255) = 32.28%

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

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

R = 32.28%
G = 34.46%
B = 33.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#A3AEA8 (or 0xA3AEA8) is known color: Tower Grey. HEX triplet: A3, AE and A8. RGB value is (163,174,168). Sum of RGB (Red+Green+Blue) = 163+174+168=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AEA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AEA8 is #5C5157. Grayscale: #AAAAAA. Windows color (decimal): -6050136 or 11054755. OLE color: 11054755.

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

Color convert

RGB 163 174 168 -
CMYK 0.06 0 0.03 0.32
HSL 147.27º 0.06% 0.66% -
HSV(B) 147.27º 0.06% 0.68% -
XYZ 37.31 40.89 42.97 -
YUV 170.03 126.86 122.99 -
System Red Green Blue C M Y K H S L
Decimal 163 174 168 0.06 0 0.03 0.32 147.27 0.06 0.66
Hex A3 AE A8 6 0 3 20 93 6 42
Octal 243 256 250 6 0 3 40 223 6 102
Binary 10100011 10101110 10101000 110 0 11 100000 10010011 110 1000010

Color Harmonies of #A3AEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AEA8

Black with #A3AEA8

Text Example


Text Example

White with #A3AEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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