#A1B7B0

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

Shades of Skeptic #A1B7B0

Tints of Skeptic #A1B7B0

Color information

#A1B7B0 (or 0xA1B7B0) is unknown color: approx Skeptic. HEX triplet: A1, B7 and B0. RGB value is (161,183,176). Sum of RGB (Red+Green+Blue) = 161+183+176=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B7B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B7B0 is #5E484F. Grayscale: #AFAFAF. Windows color (decimal): -6178896 or 11581345. OLE color: 11581345.

HSL color Cylindrical-coordinate representation of color #A1B7B0: hue angle of 160.91º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1B7B0 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB161183176-
CMYK0.1200.040.28
HSL160.91º13.25%67.45%-
HSV(B)160.91º12.02%71.76%-
XYZ39.4744.5847.6-
YUV175.62128.21117.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.96%
GREEN value IS 183 (71.88% from 255) = 35.19%
BLUE value IS 176 (69.14% from 255) = 33.85%
R=30.96%
G=35.19%
B=33.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611831760.1200.040.28160.9113.2567.45
HexA1B7B0C041Ca1d43
Octal24126726014043424115103
Binary10100001101101111011000011000100111001010000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B7B0; }

 p { color: rgb(161,183,176); }

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

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

 a { background-color: rgb(161,183,176); }

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

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

 span { border-color: rgb(161,183,176); }

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