#A5C9C1

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

Shades of Opal #A5C9C1

Tints of Opal #A5C9C1

Color information

#A5C9C1 (or 0xA5C9C1) is unknown color: approx Opal. HEX triplet: A5, C9 and C1. RGB value is (165,201,193). Sum of RGB (Red+Green+Blue) = 165+201+193=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C9C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C9C1 is #5A363E. Grayscale: #BDBDBD. Windows color (decimal): -5912127 or 12700069. OLE color: 12700069.

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

Color convert

RGB165201193-
CMYK0.1800.040.21
HSL166.67º25%71.76%-
HSV(B)166.67º17.91%78.82%-
XYZ46.0353.6258.38-
YUV189.32130.07110.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.52%
GREEN value IS 201 (78.91% from 255) = 35.96%
BLUE value IS 193 (75.78% from 255) = 34.53%
R=29.52%
G=35.96%
B=34.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652011930.1800.040.21166.672571.76
HexA5C9C1120415a71948
Octal24531130122042524731110
Binary1010010111001001110000011001001001010110100111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C9C1; }

 p { color: rgb(165,201,193); }

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

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

 a { background-color: rgb(165,201,193); }

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

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

 span { border-color: rgb(165,201,193); }

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