#A0CAC1

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

Shades of Opal #A0CAC1

Tints of Opal #A0CAC1

Color information

#A0CAC1 (or 0xA0CAC1) is unknown color: approx Opal. HEX triplet: A0, CA and C1. RGB value is (160,202,193). Sum of RGB (Red+Green+Blue) = 160+202+193=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CAC1 is #5F353E. Grayscale: #BCBCBC. Windows color (decimal): -6239551 or 12700320. OLE color: 12700320.

HSL color Cylindrical-coordinate representation of color #A0CAC1: hue angle of 167.14º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0CAC1 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB160202193-
CMYK0.2100.040.21
HSL167.14º28.38%70.98%-
HSV(B)167.14º20.79%79.22%-
XYZ45.2453.5658.41-
YUV188.42130.59107.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.83%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 193 (75.78% from 255) = 34.77%
R=28.83%
G=36.40%
B=34.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1602021930.2100.040.21167.1428.3870.98
HexA0CAC1150415a71c47
Octal24031230125042524734107
Binary1010000011001010110000011010101001010110100111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CAC1; }

 p { color: rgb(160,202,193); }

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

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

 a { background-color: rgb(160,202,193); }

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

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

 span { border-color: rgb(160,202,193); }

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