Html Css Color HEX #A5ABA7 Tower Grey

📋 copy color: '#A5ABA7'

red 165 ◦ green 171 ◦ blue 167

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

Shades of Tower Grey #A5ABA7

Tints of Tower Grey #A5ABA7

RGB

 RED value IS 165 (64.84% from 255) = 32.8%

 GREEN value IS 171 (67.19% from 255) = 34%

 BLUE value IS 167 (65.63% from 255) = 33.2%

R = 32.8%
G = 34%
B = 33.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#A5ABA7 (or 0xA5ABA7) is known color: Tower Grey. HEX triplet: A5, AB and A7. RGB value is (165,171,167). Sum of RGB (Red+Green+Blue) = 165+171+167=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 171 - color contains mainly: green. Hex color #A5ABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ABA7 is #5A5458. Grayscale: #A8A8A8. Windows color (decimal): -5919833 or 10988453. OLE color: 10988453.

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

Color convert

RGB 165 171 167 -
CMYK 0.04 0 0.02 0.33
HSL 140º 0.03% 0.66% -
HSV(B) 140º 0.04% 0.67% -
XYZ 37.06 39.92 42.31 -
YUV 168.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 165 171 167 0.04 0 0.02 0.33 140 0.03 0.66
Hex A5 AB A7 4 0 2 21 8C 3 42
Octal 245 253 247 4 0 2 41 214 3 102
Binary 10100101 10101011 10100111 100 0 10 100001 10001100 11 1000010

Color Harmonies of #A5ABA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ABA7

Black with #A5ABA7

Text Example


Text Example

White with #A5ABA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ABA7; }

 p { color: rgb(165,171,167); }

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

background-color css

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

 a { background-color: rgb(165,171,167); }

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

border-color css

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

 span { border-color: rgb(165,171,167); }

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