#A9C5C1

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

Shades of Opal #A9C5C1

Tints of Opal #A9C5C1

Color information

#A9C5C1 (or 0xA9C5C1) is unknown color: approx Opal. HEX triplet: A9, C5 and C1. RGB value is (169,197,193). Sum of RGB (Red+Green+Blue) = 169+197+193=559 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.23% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C5C1 is #563A3E. Grayscale: #BCBCBC. Windows color (decimal): -5651007 or 12699049. OLE color: 12699049.

HSL color Cylindrical-coordinate representation of color #A9C5C1: hue angle of 171.43º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9C5C1 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB169197193-
CMYK0.1400.020.23
HSL171.43º19.44%71.76%-
HSV(B)171.43º14.21%77.25%-
XYZ45.9552.2258.11-
YUV188.17130.72114.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.23%
GREEN value IS 197 (77.34% from 255) = 35.24%
BLUE value IS 193 (75.78% from 255) = 34.53%
R=30.23%
G=35.24%
B=34.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691971930.1400.020.23171.4319.4471.76
HexA9C5C1E0217ab1348
Octal25130530116022725323110
Binary10101001110001011100000111100101011110101011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C5C1; }

 p { color: rgb(169,197,193); }

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

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

 a { background-color: rgb(169,197,193); }

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

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

 span { border-color: rgb(169,197,193); }

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