#A0C0CA

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

Shades of Heather #A0C0CA

Tints of Heather #A0C0CA

Color information

#A0C0CA (or 0xA0C0CA) is unknown color: approx Heather. HEX triplet: A0, C0 and CA. RGB value is (160,192,202). Sum of RGB (Red+Green+Blue) = 160+192+202=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #A0C0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C0CA is #5F3F35. Grayscale: #B7B7B7. Windows color (decimal): -6242102 or 13287584. OLE color: 13287584.

HSL color Cylindrical-coordinate representation of color #A0C0CA: hue angle of 194.29º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0C0CA is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160192202-
CMYK0.210.0500.21
HSL194.29º28.38%70.98%-
HSV(B)194.29º20.79%79.22%-
XYZ44.0149.4463.1-
YUV183.57138.4111.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.88%
GREEN value IS 192 (75.39% from 255) = 34.66%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=28.88%
G=34.66%
B=36.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601922020.210.0500.21194.2928.3870.98
HexA0C0CA155015c21c47
Octal24030031225502530234107
Binary1010000011000000110010101010110101010111000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C0CA; }

 p { color: rgb(160,192,202); }

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

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

 a { background-color: rgb(160,192,202); }

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

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

 span { border-color: rgb(160,192,202); }

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