#96AFAF

Color #96AFAF Hit Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Grey #96AFAF

Tints of Hit Grey #96AFAF

Color information

#96AFAF (or 0x96AFAF) is unknown color: approx Hit Grey. HEX triplet: 96, AF and AF. RGB value is (150,175,175). Sum of RGB (Red+Green+Blue) = 150+175+175=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #96AFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AFAF is #695050. Grayscale: #A7A7A7. Windows color (decimal): -6901841 or 11513750. OLE color: 11513750.

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

Color convert

RGB150175175-
CMYK0.14000.31
HSL180º13.51%63.73%-
HSV(B)180º14.29%68.63%-
XYZ35.6540.2446.45-
YUV167.52132.22115.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30%
GREEN value IS 175 (68.75% from 255) = 35%
BLUE value IS 175 (68.75% from 255) = 35%
R=30%
G=35%
B=35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501751750.14000.3118013.5163.73
Hex96AFAFE001Fb4e40
Octal22625725716003726416100
Binary100101101010111110101111111000111111011010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96AFAF; }

 p { color: rgb(150,175,175); }

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

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

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

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

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

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

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