#A4CAB9

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

Shades of Opal #A4CAB9

Tints of Opal #A4CAB9

Color information

#A4CAB9 (or 0xA4CAB9) is unknown color: approx Opal. HEX triplet: A4, CA and B9. RGB value is (164,202,185). Sum of RGB (Red+Green+Blue) = 164+202+185=551 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.76% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CAB9 is #5B3546. Grayscale: #BCBCBC. Windows color (decimal): -5977415 or 12176036. OLE color: 12176036.

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

Color convert

RGB164202185-
CMYK0.1900.080.21
HSL153.16º26.39%71.76%-
HSV(B)153.16º18.81%79.22%-
XYZ45.1953.6453.87-
YUV188.7125.91110.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.76%
GREEN value IS 202 (79.30% from 255) = 36.66%
BLUE value IS 185 (72.66% from 255) = 33.58%
R=29.76%
G=36.66%
B=33.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1642021850.1900.080.21153.1626.3971.76
HexA4CAB9130815991a48
Octal244312271230102523132110
Binary10100100110010101011100110011010001010110011001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CAB9; }

 p { color: rgb(164,202,185); }

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

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

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

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

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

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

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