Html Css Color HEX #A0CACB Morning Glory

📋 copy color: '#A0CACB'

red 160 ◦ green 202 ◦ blue 203

#A0CACB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morning Glory #A0CACB

Tints of Morning Glory #A0CACB

RGB

 RED value IS 160 (62.89% from 255) = 28.32%

 GREEN value IS 202 (79.3% from 255) = 35.75%

 BLUE value IS 203 (79.69% from 255) = 35.93%

R = 28.32%
G = 35.75%
B = 35.93%

CMYK

 C value IS 0.21

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A0CACB (or 0xA0CACB) is known color: Morning Glory. HEX triplet: A0, CA and CB. RGB value is (160,202,203). Sum of RGB (Red+Green+Blue) = 160+202+203=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 203 - color contains mainly: blue. Hex color #A0CACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CACB is #5F3534. Grayscale: #BDBDBD. Windows color (decimal): -6239541 or 13355680. OLE color: 13355680.

HSL color Cylindrical-coordinate representation of color #A0CACB: hue angle of 181.4º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0CACB is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 202 203 -
CMYK 0.21 0.00 0 0.20
HSL 181.4º 0.29% 0.71% -
HSV(B) 181.4º 0.21% 0.8% -
XYZ 46.4 54.03 64.48 -
YUV 189.56 135.59 106.92 -
System Red Green Blue C M Y K H S L
Decimal 160 202 203 0.21 0.00 0 0.20 181.4 0.29 0.71
Hex A0 CA CB 15 0 0 14 B5 1D 47
Octal 240 312 313 25 0 0 24 265 35 107
Binary 10100000 11001010 11001011 10101 0 0 10100 10110101 11101 1000111

Color Harmonies of #A0CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CACB

Black with #A0CACB

Text Example


Text Example

White with #A0CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CACB; }

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

 H1.HeaderClassName
 {
   color: #A0CACB;
 }
 .AnyTagClassName
 {
   color: #A0CACB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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