#A0BFAD

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

Shades of Skeptic #A0BFAD

Tints of Skeptic #A0BFAD

Color information

#A0BFAD (or 0xA0BFAD) is unknown color: approx Skeptic. HEX triplet: A0, BF and AD. RGB value is (160,191,173). Sum of RGB (Red+Green+Blue) = 160+191+173=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BFAD is #5F4052. Grayscale: #B3B3B3. Windows color (decimal): -6242387 or 11386784. OLE color: 11386784.

HSL color Cylindrical-coordinate representation of color #A0BFAD: hue angle of 145.16º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BFAD is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB160191173-
CMYK0.1600.090.25
HSL145.16º19.5%68.82%-
HSV(B)145.16º16.23%74.9%-
XYZ40.6747.7546.61-
YUV179.68124.23113.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.53%
GREEN value IS 191 (75% from 255) = 36.45%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=30.53%
G=36.45%
B=33.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601911730.1600.090.25145.1619.568.82
HexA0BFAD100919911345
Octal240277255200113122123105
Binary10100000101111111010110110000010011100110010001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BFAD; }

 p { color: rgb(160,191,173); }

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

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

 a { background-color: rgb(160,191,173); }

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

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

 span { border-color: rgb(160,191,173); }

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