#A7C0CA

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

Shades of Heather #A7C0CA

Tints of Heather #A7C0CA

Color information

#A7C0CA (or 0xA7C0CA) is unknown color: approx Heather. HEX triplet: A7, C0 and CA. RGB value is (167,192,202). Sum of RGB (Red+Green+Blue) = 167+192+202=561 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.77% from 561); Green value is 192 (75.39% from 255 or 34.22% 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 #A7C0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C0CA is #583F35. Grayscale: #B9B9B9. Windows color (decimal): -5783350 or 13287591. OLE color: 13287591.

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

Color convert

RGB167192202-
CMYK0.170.0500.21
HSL197.14º24.82%72.35%-
HSV(B)197.14º17.33%79.22%-
XYZ45.4550.1863.17-
YUV185.66137.22114.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.77%
GREEN value IS 192 (75.39% from 255) = 34.22%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=29.77%
G=34.22%
B=36.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671922020.170.0500.21197.1424.8272.35
HexA7C0CA115015c51948
Octal24730031221502530531110
Binary1010011111000000110010101000110101010111000101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C0CA; }

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

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

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

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

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

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

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

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