#A3BBAE

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

Shades of Skeptic #A3BBAE

Tints of Skeptic #A3BBAE

Color information

#A3BBAE (or 0xA3BBAE) is unknown color: approx Skeptic. HEX triplet: A3, BB and AE. RGB value is (163,187,174). Sum of RGB (Red+Green+Blue) = 163+187+174=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BBAE is #5C4451. Grayscale: #B2B2B2. Windows color (decimal): -6046802 or 11451299. OLE color: 11451299.

HSL color Cylindrical-coordinate representation of color #A3BBAE: hue angle of 147.5º 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 #A3BBAE is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB163187174-
CMYK0.1300.070.27
HSL147.5º15%68.63%-
HSV(B)147.5º12.83%73.33%-
XYZ40.5146.3846.86-
YUV178.34125.55117.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.11%
GREEN value IS 187 (73.44% from 255) = 35.69%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=31.11%
G=35.69%
B=33.21%

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
Decimal1631871740.1300.070.27147.51568.63
HexA3BBAED071B93f45
Octal24327325615073322317105
Binary10100011101110111010111011010111110111001001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BBAE; }

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

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

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

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

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

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

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

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