#A7CACD

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

Shades of Morning Glory #A7CACD

Tints of Morning Glory #A7CACD

Color information

#A7CACD (or 0xA7CACD) is unknown color: approx Morning Glory. HEX triplet: A7, CA and CD. RGB value is (167,202,205). Sum of RGB (Red+Green+Blue) = 167+202+205=574 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.09% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #A7CACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CACD is #583532. Grayscale: #BFBFBF. Windows color (decimal): -5780787 or 13486759. OLE color: 13486759.

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

Color convert

RGB167202205-
CMYK0.190.0100.20
HSL184.74º27.54%72.94%-
HSV(B)184.74º18.54%80.39%-
XYZ48.0854.8665.81-
YUV191.88135.4110.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.09%
GREEN value IS 202 (79.30% from 255) = 35.19%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=29.09%
G=35.19%
B=35.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672022050.190.0100.20184.7427.5472.94
HexA7CACD131014b91c49
Octal24731231523102427134111
Binary10100111110010101100110110011101010010111001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CACD; }

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

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

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

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

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

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

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

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