#A1CCC0

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

Shades of Opal #A1CCC0

Tints of Opal #A1CCC0

Color information

#A1CCC0 (or 0xA1CCC0) is unknown color: approx Opal. HEX triplet: A1, CC and C0. RGB value is (161,204,192). Sum of RGB (Red+Green+Blue) = 161+204+192=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCC0 is #5E333F. Grayscale: #BDBDBD. Windows color (decimal): -6173504 or 12635297. OLE color: 12635297.

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

Color convert

RGB161204192-
CMYK0.2100.060.2
HSL163.26º29.66%71.57%-
HSV(B)163.26º21.08%80%-
XYZ45.8154.5757.99-
YUV189.78129.25107.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.90%
GREEN value IS 204 (80.08% from 255) = 36.62%
BLUE value IS 192 (75.39% from 255) = 34.47%
R=28.90%
G=36.62%
B=34.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1612041920.2100.060.2163.2629.6671.57
HexA1CCC0150614a31e48
Octal24131430025062424336110
Binary1010000111001100110000001010101101010010100011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CCC0; }

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

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

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

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

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

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

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

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