#A0B4AA

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

Shades of Skeptic #A0B4AA

Tints of Skeptic #A0B4AA

Color information

#A0B4AA (or 0xA0B4AA) is unknown color: approx Skeptic. HEX triplet: A0, B4 and AA. RGB value is (160,180,170). Sum of RGB (Red+Green+Blue) = 160+180+170=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B4AA is #5F4B55. Grayscale: #ACACAC. Windows color (decimal): -6245206 or 11187360. OLE color: 11187360.

HSL color Cylindrical-coordinate representation of color #A0B4AA: hue angle of 150º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0B4AA is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB160180170-
CMYK0.1100.060.29
HSL150º11.76%66.67%-
HSV(B)150º11.11%70.59%-
XYZ38.0743.0244.33-
YUV172.88126.37118.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.37%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 170 (66.80% from 255) = 33.33%
R=31.37%
G=35.29%
B=33.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601801700.1100.060.2915011.7666.67
HexA0B4AAB061D96c43
Octal24026425213063522614103
Binary10100000101101001010101010110110111011001011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B4AA; }

 p { color: rgb(160,180,170); }

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

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

 a { background-color: rgb(160,180,170); }

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

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

 span { border-color: rgb(160,180,170); }

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