#A5CFCF

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

Shades of Morning Glory #A5CFCF

Tints of Morning Glory #A5CFCF

Color information

#A5CFCF (or 0xA5CFCF) is unknown color: approx Morning Glory. HEX triplet: A5, CF and CF. RGB value is (165,207,207). Sum of RGB (Red+Green+Blue) = 165+207+207=579 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.50% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #A5CFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CFCF is #5A3030. Grayscale: #C2C2C2. Windows color (decimal): -5910577 or 13619109. OLE color: 13619109.

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

Color convert

RGB165207207-
CMYK0.20000.19
HSL180º30.43%72.94%-
HSV(B)180º20.29%81.18%-
XYZ49.0957.1367.47-
YUV194.44135.09107-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.50%
GREEN value IS 207 (81.25% from 255) = 35.75%
BLUE value IS 207 (81.25% from 255) = 35.75%
R=28.50%
G=35.75%
B=35.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1652072070.20000.1918030.4372.94
HexA5CFCF140013b41e49
Octal24531731724002326436111
Binary10100101110011111100111110100001001110110100111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CFCF; }

 p { color: rgb(165,207,207); }

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

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

 a { background-color: rgb(165,207,207); }

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

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

 span { border-color: rgb(165,207,207); }

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