Html Css Color HEX #A0CACA Morning Glory

📋 copy color: '#A0CACA'

red 160 ◦ green 202 ◦ blue 202

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

Shades of Morning Glory #A0CACA

Tints of Morning Glory #A0CACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.82%

R = 28.37%
G = 35.82%
B = 35.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A0CACA (or 0xA0CACA) is known color: Morning Glory. HEX triplet: A0, CA and CA. RGB value is (160,202,202). Sum of RGB (Red+Green+Blue) = 160+202+202=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #A0CACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CACA is #5F3535. Grayscale: #BDBDBD. Windows color (decimal): -6239542 or 13290144. OLE color: 13290144.

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

Color convert

RGB 160 202 202 -
CMYK 0.21 0 0 0.21
HSL 180º 0.28% 0.71% -
HSV(B) 180º 0.21% 0.79% -
XYZ 46.28 53.98 63.86 -
YUV 189.44 135.09 107 -
System Red Green Blue C M Y K H S L
Decimal 160 202 202 0.21 0 0 0.21 180 0.28 0.71
Hex A0 CA CA 15 0 0 15 B4 1C 47
Octal 240 312 312 25 0 0 25 264 34 107
Binary 10100000 11001010 11001010 10101 0 0 10101 10110100 11100 1000111

Color Harmonies of #A0CACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CACA

Black with #A0CACA

Text Example


Text Example

White with #A0CACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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