#A5C2CA

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

Shades of Heather #A5C2CA

Tints of Heather #A5C2CA

Color information

#A5C2CA (or 0xA5C2CA) is unknown color: approx Heather. HEX triplet: A5, C2 and CA. RGB value is (165,194,202). Sum of RGB (Red+Green+Blue) = 165+194+202=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #A5C2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C2CA is #5A3D35. Grayscale: #BABABA. Windows color (decimal): -5913910 or 13288101. OLE color: 13288101.

HSL color Cylindrical-coordinate representation of color #A5C2CA: hue angle of 192.97º degrees, saturation: 0.26, 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 #A5C2CA is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165194202-
CMYK0.180.0400.21
HSL192.97º25.87%71.96%-
HSV(B)192.97º18.32%79.22%-
XYZ45.4750.8563.3-
YUV186.24136.89112.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.41%
GREEN value IS 194 (76.17% from 255) = 34.58%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=29.41%
G=34.58%
B=36.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651942020.180.0400.21192.9725.8771.96
HexA5C2CA124015c11a48
Octal24530231222402530132110
Binary1010010111000010110010101001010001010111000001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C2CA; }

 p { color: rgb(165,194,202); }

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

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

 a { background-color: rgb(165,194,202); }

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

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

 span { border-color: rgb(165,194,202); }

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