#9DAFA4

Color #9DAFA4 Tower Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tower Grey #9DAFA4

Tints of Tower Grey #9DAFA4

Color information

#9DAFA4 (or 0x9DAFA4) is unknown color: approx Tower Grey. HEX triplet: 9D, AF and A4. RGB value is (157,175,164). Sum of RGB (Red+Green+Blue) = 157+175+164=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAFA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAFA4 is #62505B. Grayscale: #A8A8A8. Windows color (decimal): -6443100 or 10792861. OLE color: 10792861.

HSL color Cylindrical-coordinate representation of color #9DAFA4: hue angle of 143.33º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9DAFA4 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB157175164-
CMYK0.1000.060.31
HSL143.33º10.11%65.1%-
HSV(B)143.33º10.29%68.63%-
XYZ35.9440.5141.05-
YUV168.36125.54119.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.65%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 164 (64.45% from 255) = 33.06%
R=31.65%
G=35.28%
B=33.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1571751640.1000.060.31143.3310.1165.1
Hex9DAFA4A061F8fa41
Octal23525724412063721712101
Binary10011101101011111010010010100110111111000111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DAFA4; }

 p { color: rgb(157,175,164); }

 H1.HeaderClassName
 {
   color: #9DAFA4;
 }
 .AnyTagClassName
 {
   color: #9DAFA4;
 }
</style>
background-color css

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

 a { background-color: rgb(157,175,164); }

 div.DivClassName
 {
   background-color: #9DAFA4;
 }
 .BgClassName
 {
   background-color: #9DAFA4;
 }
</style>
border-color css

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

 span { border-color: rgb(157,175,164); }

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