#A0BEB0

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

Shades of Skeptic #A0BEB0

Tints of Skeptic #A0BEB0

Color information

#A0BEB0 (or 0xA0BEB0) is unknown color: approx Skeptic. HEX triplet: A0, BE and B0. RGB value is (160,190,176). Sum of RGB (Red+Green+Blue) = 160+190+176=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BEB0 is #5F414F. Grayscale: #B3B3B3. Windows color (decimal): -6242640 or 11583136. OLE color: 11583136.

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

Color convert

RGB160190176-
CMYK0.1600.070.25
HSL152º18.75%68.63%-
HSV(B)152º15.79%74.51%-
XYZ40.7547.4448.08-
YUV179.43126.06114.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.42%
GREEN value IS 190 (74.61% from 255) = 36.12%
BLUE value IS 176 (69.14% from 255) = 33.46%
R=30.42%
G=36.12%
B=33.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601901760.1600.070.2515218.7568.63
HexA0BEB0100719981345
Octal24027626020073123023105
Binary1010000010111110101100001000001111100110011000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BEB0; }

 p { color: rgb(160,190,176); }

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

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

 a { background-color: rgb(160,190,176); }

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

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

 span { border-color: rgb(160,190,176); }

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