#A0BEAF

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

Shades of Skeptic #A0BEAF

Tints of Skeptic #A0BEAF

Color information

#A0BEAF (or 0xA0BEAF) is unknown color: approx Skeptic. HEX triplet: A0, BE and AF. RGB value is (160,190,175). Sum of RGB (Red+Green+Blue) = 160+190+175=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BEAF is #5F4150. Grayscale: #B3B3B3. Windows color (decimal): -6242641 or 11517600. OLE color: 11517600.

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

Color convert

RGB160190175-
CMYK0.1600.080.25
HSL150º18.75%68.63%-
HSV(B)150º15.79%74.51%-
XYZ40.6547.447.56-
YUV179.32125.56114.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.48%
GREEN value IS 190 (74.61% from 255) = 36.19%
BLUE value IS 175 (68.75% from 255) = 33.33%
R=30.48%
G=36.19%
B=33.33%

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
Decimal1601901750.1600.080.2515018.7568.63
HexA0BEAF100819961345
Octal240276257200103122623105
Binary10100000101111101010111110000010001100110010110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BEAF; }

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

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

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

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

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

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

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

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