#A7CACE

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

Shades of Morning Glory #A7CACE

Tints of Morning Glory #A7CACE

Color information

#A7CACE (or 0xA7CACE) is unknown color: approx Morning Glory. HEX triplet: A7, CA and CE. RGB value is (167,202,206). Sum of RGB (Red+Green+Blue) = 167+202+206=575 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.04% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 206 - color contains mainly: blue. Hex color #A7CACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CACE is #583531. Grayscale: #BFBFBF. Windows color (decimal): -5780786 or 13552295. OLE color: 13552295.

HSL color Cylindrical-coordinate representation of color #A7CACE: hue angle of 186.15º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7CACE is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB167202206-
CMYK0.190.0200.19
HSL186.15º28.47%73.14%-
HSV(B)186.15º18.93%80.78%-
XYZ48.254.9166.45-
YUV191.99135.9110.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.04%
GREEN value IS 202 (79.30% from 255) = 35.13%
BLUE value IS 206 (80.86% from 255) = 35.83%
R=29.04%
G=35.13%
B=35.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1672022060.190.0200.19186.1528.4773.14
HexA7CACE132013ba1c49
Octal24731231623202327234111
Binary101001111100101011001110100111001001110111010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CACE; }

 p { color: rgb(167,202,206); }

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

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

 a { background-color: rgb(167,202,206); }

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

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

 span { border-color: rgb(167,202,206); }

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