#A4B9C1

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

Shades of Heather #A4B9C1

Tints of Heather #A4B9C1

Color information

#A4B9C1 (or 0xA4B9C1) is unknown color: approx Heather. HEX triplet: A4, B9 and C1. RGB value is (164,185,193). Sum of RGB (Red+Green+Blue) = 164+185+193=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 193 - color contains mainly: blue. Hex color #A4B9C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B9C1 is #5B463E. Grayscale: #B3B3B3. Windows color (decimal): -5981759 or 12695972. OLE color: 12695972.

HSL color Cylindrical-coordinate representation of color #A4B9C1: hue angle of 196.55º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4B9C1 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB164185193-
CMYK0.150.0400.24
HSL196.55º18.95%70%-
HSV(B)196.55º15.03%75.69%-
XYZ42.2846.4457.19-
YUV179.63135.54116.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.26%
GREEN value IS 185 (72.66% from 255) = 34.13%
BLUE value IS 193 (75.78% from 255) = 35.61%
R=30.26%
G=34.13%
B=35.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641851930.150.0400.24196.5518.9570
HexA4B9C1F4018c51346
Octal24427130117403030523106
Binary101001001011100111000001111110001100011000101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B9C1; }

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

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

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

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

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

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

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

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