#A3C3B7

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

Shades of Opal #A3C3B7

Tints of Opal #A3C3B7

Color information

#A3C3B7 (or 0xA3C3B7) is unknown color: approx Opal. HEX triplet: A3, C3 and B7. RGB value is (163,195,183). Sum of RGB (Red+Green+Blue) = 163+195+183=541 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.13% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 183 (71.88% from 255 or 33.83% from 541); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C3B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C3B7 is #5C3C48. Grayscale: #B8B8B8. Windows color (decimal): -6044745 or 12043171. OLE color: 12043171.

HSL color Cylindrical-coordinate representation of color #A3C3B7: hue angle of 157.5º degrees, saturation: 0.21, 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 #A3C3B7 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB163195183-
CMYK0.1600.060.24
HSL157.5º21.05%70.2%-
HSV(B)157.5º16.41%76.47%-
XYZ43.1750.2452.22-
YUV184.06127.4112.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.13%
GREEN value IS 195 (76.56% from 255) = 36.04%
BLUE value IS 183 (71.88% from 255) = 33.83%
R=30.13%
G=36.04%
B=33.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631951830.1600.060.24157.521.0570.2
HexA3C3B71006189d1546
Octal24330326720063023525106
Binary1010001111000011101101111000001101100010011101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C3B7; }

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

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

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

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

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

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

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

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