Html Css Color HEX #A4ADA8 Tower Grey

📋 copy color: '#A4ADA8'

red 164 ◦ green 173 ◦ blue 168

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

Shades of Tower Grey #A4ADA8

Tints of Tower Grey #A4ADA8

RGB

 RED value IS 164 (64.45% from 255) = 32.48%

 GREEN value IS 173 (67.97% from 255) = 34.26%

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

R = 32.48%
G = 34.26%
B = 33.27%

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

#A4ADA8 (or 0xA4ADA8) is known color: Tower Grey. HEX triplet: A4, AD and A8. RGB value is (164,173,168). Sum of RGB (Red+Green+Blue) = 164+173+168=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 173 - color contains mainly: green. Hex color #A4ADA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ADA8 is #5B5257. Grayscale: #A9A9A9. Windows color (decimal): -5984856 or 11054500. OLE color: 11054500.

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

Color convert

RGB 164 173 168 -
CMYK 0.05 0 0.03 0.32
HSL 146.67º 0.05% 0.66% -
HSV(B) 146.67º 0.05% 0.68% -
XYZ 37.32 40.61 42.92 -
YUV 169.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 164 173 168 0.05 0 0.03 0.32 146.67 0.05 0.66
Hex A4 AD A8 5 0 3 20 93 5 42
Octal 244 255 250 5 0 3 40 223 5 102
Binary 10100100 10101101 10101000 101 0 11 100000 10010011 101 1000010

Color Harmonies of #A4ADA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ADA8

Black with #A4ADA8

Text Example


Text Example

White with #A4ADA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ADA8; }

 p { color: rgb(164,173,168); }

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

background-color css

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

 a { background-color: rgb(164,173,168); }

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

border-color css

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

 span { border-color: rgb(164,173,168); }

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