#A5B5C4

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

Shades of Heather #A5B5C4

Tints of Heather #A5B5C4

Color information

#A5B5C4 (or 0xA5B5C4) is unknown color: approx Heather. HEX triplet: A5, B5 and C4. RGB value is (165,181,196). Sum of RGB (Red+Green+Blue) = 165+181+196=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 196 - color contains mainly: blue. Hex color #A5B5C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B5C4 is #5A4A3B. Grayscale: #B1B1B1. Windows color (decimal): -5917244 or 12891557. OLE color: 12891557.

HSL color Cylindrical-coordinate representation of color #A5B5C4: hue angle of 209.03º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5B5C4 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB165181196-
CMYK0.160.0800.23
HSL209.03º20.81%70.78%-
HSV(B)209.03º15.82%76.86%-
XYZ4245.0358.7-
YUV177.93138.2118.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.44%
GREEN value IS 181 (71.09% from 255) = 33.39%
BLUE value IS 196 (76.95% from 255) = 36.16%
R=30.44%
G=33.39%
B=36.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1651811960.160.0800.23209.0320.8170.78
HexA5B5C4108017d11547
Octal245265304201002732125107
Binary10100101101101011100010010000100001011111010001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B5C4; }

 p { color: rgb(165,181,196); }

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

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

 a { background-color: rgb(165,181,196); }

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

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

 span { border-color: rgb(165,181,196); }

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