#99C3AF

Color #99C3AF Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #99C3AF

Tints of Skeptic #99C3AF

Color information

#99C3AF (or 0x99C3AF) is unknown color: approx Skeptic. HEX triplet: 99, C3 and AF. RGB value is (153,195,175). Sum of RGB (Red+Green+Blue) = 153+195+175=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 195 - color contains mainly: green. Hex color #99C3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C3AF is #663C50. Grayscale: #B4B4B4. Windows color (decimal): -6700113 or 11518873. OLE color: 11518873.

HSL color Cylindrical-coordinate representation of color #99C3AF: hue angle of 151.43º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99C3AF is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB153195175-
CMYK0.2200.100.24
HSL151.43º25.93%68.24%-
HSV(B)151.43º21.54%76.47%-
XYZ40.3948.947.87-
YUV180.16125.09108.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.25%
GREEN value IS 195 (76.56% from 255) = 37.28%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=29.25%
G=37.28%
B=33.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531951750.2200.100.24151.4325.9368.24
Hex99C3AF160A18971a44
Octal231303257260123022732104
Binary10011001110000111010111110110010101100010010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99C3AF; }

 p { color: rgb(153,195,175); }

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

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

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

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

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

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

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