#A3CCC0

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

Shades of Opal #A3CCC0

Tints of Opal #A3CCC0

Color information

#A3CCC0 (or 0xA3CCC0) is unknown color: approx Opal. HEX triplet: A3, CC and C0. RGB value is (163,204,192). Sum of RGB (Red+Green+Blue) = 163+204+192=559 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.16% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CCC0 is #5C333F. Grayscale: #BEBEBE. Windows color (decimal): -6042432 or 12635299. OLE color: 12635299.

HSL color Cylindrical-coordinate representation of color #A3CCC0: hue angle of 162.44º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3CCC0 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB163204192-
CMYK0.2000.060.2
HSL162.44º28.67%71.96%-
HSV(B)162.44º20.1%80%-
XYZ46.2154.7858.01-
YUV190.37128.92108.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.16%
GREEN value IS 204 (80.08% from 255) = 36.49%
BLUE value IS 192 (75.39% from 255) = 34.35%
R=29.16%
G=36.49%
B=34.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1632041920.2000.060.2162.4428.6771.96
HexA3CCC0140614a21d48
Octal24331430024062424235110
Binary1010001111001100110000001010001101010010100010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CCC0; }

 p { color: rgb(163,204,192); }

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

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

 a { background-color: rgb(163,204,192); }

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

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

 span { border-color: rgb(163,204,192); }

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