#AFC0C7

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

Shades of Heather #AFC0C7

Tints of Heather #AFC0C7

Color information

#AFC0C7 (or 0xAFC0C7) is unknown color: approx Heather. HEX triplet: AF, C0 and C7. RGB value is (175,192,199). Sum of RGB (Red+Green+Blue) = 175+192+199=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 199 - color contains mainly: blue. Hex color #AFC0C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0C7 is #503F38. Grayscale: #BBBBBB. Windows color (decimal): -5259065 or 13090991. OLE color: 13090991.

HSL color Cylindrical-coordinate representation of color #AFC0C7: hue angle of 197.5º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC0C7 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175192199-
CMYK0.120.0400.22
HSL197.5º17.65%73.33%-
HSV(B)197.5º12.06%78.04%-
XYZ46.8450.9461.4-
YUV187.72134.37118.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.92%
GREEN value IS 192 (75.39% from 255) = 33.92%
BLUE value IS 199 (78.12% from 255) = 35.16%
R=30.92%
G=33.92%
B=35.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751921990.120.0400.22197.517.6573.33
HexAFC0C7C4016c61249
Octal25730030714402630622111
Binary101011111100000011000111110010001011011000110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC0C7; }

 p { color: rgb(175,192,199); }

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

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

 a { background-color: rgb(175,192,199); }

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

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

 span { border-color: rgb(175,192,199); }

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