#A0BFAF

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

Shades of Skeptic #A0BFAF

Tints of Skeptic #A0BFAF

Color information

#A0BFAF (or 0xA0BFAF) is unknown color: approx Skeptic. HEX triplet: A0, BF and AF. RGB value is (160,191,175). Sum of RGB (Red+Green+Blue) = 160+191+175=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BFAF is #5F4050. Grayscale: #B3B3B3. Windows color (decimal): -6242385 or 11517856. OLE color: 11517856.

HSL color Cylindrical-coordinate representation of color #A0BFAF: hue angle of 149.03º 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 #A0BFAF is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB160191175-
CMYK0.1600.080.25
HSL149.03º19.5%68.82%-
HSV(B)149.03º16.23%74.9%-
XYZ40.8747.8347.64-
YUV179.91125.23113.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.42%
GREEN value IS 191 (75% from 255) = 36.31%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=30.42%
G=36.31%
B=33.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601911750.1600.080.25149.0319.568.82
HexA0BFAF100819951345
Octal240277257200103122523105
Binary10100000101111111010111110000010001100110010101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BFAF; }

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

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

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

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

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

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

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

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