#A5CCCC

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

Shades of Morning Glory #A5CCCC

Tints of Morning Glory #A5CCCC

Color information

#A5CCCC (or 0xA5CCCC) is unknown color: approx Morning Glory. HEX triplet: A5, CC and CC. RGB value is (165,204,204). Sum of RGB (Red+Green+Blue) = 165+204+204=573 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.80% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #A5CCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCCC is #5A3333. Grayscale: #C0C0C0. Windows color (decimal): -5911348 or 13421733. OLE color: 13421733.

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

Color convert

RGB165204204-
CMYK0.19000.2
HSL180º27.66%72.35%-
HSV(B)180º19.12%80%-
XYZ48.0155.5465.32-
YUV192.34134.58108.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.80%
GREEN value IS 204 (80.08% from 255) = 35.60%
BLUE value IS 204 (80.08% from 255) = 35.60%
R=28.80%
G=35.60%
B=35.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1652042040.19000.218027.6672.35
HexA5CCCC130014b41c48
Octal24531431423002426434110
Binary10100101110011001100110010011001010010110100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CCCC; }

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

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

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

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

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

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

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

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