#A4CACB

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

Shades of Morning Glory #A4CACB

Tints of Morning Glory #A4CACB

Color information

#A4CACB (or 0xA4CACB) is unknown color: approx Morning Glory. HEX triplet: A4, CA and CB. RGB value is (164,202,203). Sum of RGB (Red+Green+Blue) = 164+202+203=569 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.82% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #A4CACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CACB is #5B3534. Grayscale: #BEBEBE. Windows color (decimal): -5977397 or 13355684. OLE color: 13355684.

HSL color Cylindrical-coordinate representation of color #A4CACB: hue angle of 181.54º degrees, saturation: 0.27, 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 #A4CACB is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164202203-
CMYK0.190.0000.20
HSL181.54º27.27%71.96%-
HSV(B)181.54º19.21%79.61%-
XYZ47.2154.4564.52-
YUV190.75134.91108.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.82%
GREEN value IS 202 (79.30% from 255) = 35.50%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=28.82%
G=35.50%
B=35.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642022030.190.0000.20181.5427.2771.96
HexA4CACB130014b61b48
Octal24431231323002426633110
Binary10100100110010101100101110011001010010110110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CACB; }

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

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

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

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

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

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

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

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