#A3BBAD

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

Shades of Skeptic #A3BBAD

Tints of Skeptic #A3BBAD

Color information

#A3BBAD (or 0xA3BBAD) is unknown color: approx Skeptic. HEX triplet: A3, BB and AD. RGB value is (163,187,173). Sum of RGB (Red+Green+Blue) = 163+187+173=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BBAD is #5C4452. Grayscale: #B2B2B2. Windows color (decimal): -6046803 or 11385763. OLE color: 11385763.

HSL color Cylindrical-coordinate representation of color #A3BBAD: hue angle of 145º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3BBAD is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB163187173-
CMYK0.1300.070.27
HSL145º15%68.63%-
HSV(B)145º12.83%73.33%-
XYZ40.4246.3446.35-
YUV178.23125.05117.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.17%
GREEN value IS 187 (73.44% from 255) = 35.76%
BLUE value IS 173 (67.97% from 255) = 33.08%
R=31.17%
G=35.76%
B=33.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631871730.1300.070.271451568.63
HexA3BBADD071B91f45
Octal24327325515073322117105
Binary10100011101110111010110111010111110111001000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BBAD; }

 p { color: rgb(163,187,173); }

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

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

 a { background-color: rgb(163,187,173); }

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

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

 span { border-color: rgb(163,187,173); }

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