#A3C1B7

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

Shades of Opal #A3C1B7

Tints of Opal #A3C1B7

Color information

#A3C1B7 (or 0xA3C1B7) is unknown color: approx Opal. HEX triplet: A3, C1 and B7. RGB value is (163,193,183). Sum of RGB (Red+Green+Blue) = 163+193+183=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C1B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C1B7 is #5C3E48. Grayscale: #B6B6B6. Windows color (decimal): -6045257 or 12042659. OLE color: 12042659.

HSL color Cylindrical-coordinate representation of color #A3C1B7: hue angle of 160º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3C1B7 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB163193183-
CMYK0.1600.050.24
HSL160º19.48%69.8%-
HSV(B)160º15.54%75.69%-
XYZ42.7249.3552.07-
YUV182.89128.06113.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.24%
GREEN value IS 193 (75.78% from 255) = 35.81%
BLUE value IS 183 (71.88% from 255) = 33.95%
R=30.24%
G=35.81%
B=33.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631931830.1600.050.2416019.4869.8
HexA3C1B7100518a01346
Octal24330126720053024023106
Binary1010001111000001101101111000001011100010100000100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C1B7; }

 p { color: rgb(163,193,183); }

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

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

 a { background-color: rgb(163,193,183); }

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

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

 span { border-color: rgb(163,193,183); }

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