Html Css Color HEX #A1CAC8 Morning Glory

📋 copy color: '#A1CAC8'

red 161 ◦ green 202 ◦ blue 200

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

Shades of Morning Glory #A1CAC8

Tints of Morning Glory #A1CAC8

RGB

 RED value IS 161 (63.28% from 255) = 28.6%

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

 BLUE value IS 200 (78.52% from 255) = 35.52%

R = 28.6%
G = 35.88%
B = 35.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#A1CAC8 (or 0xA1CAC8) is known color: Morning Glory. HEX triplet: A1, CA and C8. RGB value is (161,202,200). Sum of RGB (Red+Green+Blue) = 161+202+200=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CAC8 is #5E3537. Grayscale: #BDBDBD. Windows color (decimal): -6174008 or 13159073. OLE color: 13159073.

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

Color convert

RGB 161 202 200 -
CMYK 0.20 0 0.01 0.21
HSL 177.07º 0.28% 0.71% -
HSV(B) 177.07º 0.2% 0.79% -
XYZ 46.24 53.99 62.63 -
YUV 189.51 133.92 107.66 -
System Red Green Blue C M Y K H S L
Decimal 161 202 200 0.20 0 0.01 0.21 177.07 0.28 0.71
Hex A1 CA C8 14 0 1 15 B1 1C 47
Octal 241 312 310 24 0 1 25 261 34 107
Binary 10100001 11001010 11001000 10100 0 1 10101 10110001 11100 1000111

Color Harmonies of #A1CAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CAC8

Black with #A1CAC8

Text Example


Text Example

White with #A1CAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CAC8; }

 p { color: rgb(161,202,200); }

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

background-color css

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

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

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

border-color css

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

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

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