#A4BBAD

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

Shades of Skeptic #A4BBAD

Tints of Skeptic #A4BBAD

Color information

#A4BBAD (or 0xA4BBAD) is unknown color: approx Skeptic. HEX triplet: A4, BB and AD. RGB value is (164,187,173). Sum of RGB (Red+Green+Blue) = 164+187+173=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BBAD is #5B4452. Grayscale: #B2B2B2. Windows color (decimal): -5981267 or 11385764. OLE color: 11385764.

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

Color convert

RGB164187173-
CMYK0.1200.070.27
HSL143.48º14.47%68.82%-
HSV(B)143.48º12.3%73.33%-
XYZ40.6246.4546.36-
YUV178.53124.88117.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 187 (73.44% from 255) = 35.69%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=31.30%
G=35.69%
B=33.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641871730.1200.070.27143.4814.4768.82
HexA4BBADC071B8fe45
Octal24427325514073321716105
Binary10100100101110111010110111000111110111000111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BBAD; }

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

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

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

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

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

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

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

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