#A1CACB

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

Shades of Morning Glory #A1CACB

Tints of Morning Glory #A1CACB

Color information

#A1CACB (or 0xA1CACB) is unknown color: approx Morning Glory. HEX triplet: A1, CA and CB. RGB value is (161,202,203). Sum of RGB (Red+Green+Blue) = 161+202+203=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1CACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CACB is #5E3534. Grayscale: #BDBDBD. Windows color (decimal): -6174005 or 13355681. OLE color: 13355681.

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

Color convert

RGB161202203-
CMYK0.210.0000.20
HSL181.43º28.77%71.37%-
HSV(B)181.43º20.69%79.61%-
XYZ46.654.1364.49-
YUV189.86135.42107.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.45%
GREEN value IS 202 (79.30% from 255) = 35.69%
BLUE value IS 203 (79.69% from 255) = 35.87%
R=28.45%
G=35.69%
B=35.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612022030.210.0000.20181.4328.7771.37
HexA1CACB150014b51d47
Octal24131231325002426535107
Binary10100001110010101100101110101001010010110101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CACB; }

 p { color: rgb(161,202,203); }

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

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

 a { background-color: rgb(161,202,203); }

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

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

 span { border-color: rgb(161,202,203); }

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