#AFB7C0

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

Shades of Heather #AFB7C0

Tints of Heather #AFB7C0

Color information

#AFB7C0 (or 0xAFB7C0) is unknown color: approx Heather. HEX triplet: AF, B7 and C0. RGB value is (175,183,192). Sum of RGB (Red+Green+Blue) = 175+183+192=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 192 - color contains mainly: blue. Hex color #AFB7C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7C0 is #50483F. Grayscale: #B5B5B5. Windows color (decimal): -5261376 or 12629935. OLE color: 12629935.

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

Color convert

RGB175183192-
CMYK0.090.0500.25
HSL211.76º11.89%71.96%-
HSV(B)211.76º8.85%75.29%-
XYZ44.1346.7956.57-
YUV181.63133.85123.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 183 (71.88% from 255) = 33.27%
BLUE value IS 192 (75.39% from 255) = 34.91%
R=31.82%
G=33.27%
B=34.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751831920.090.0500.25211.7611.8971.96
HexAFB7C095019d4c48
Octal25726730011503132414110
Binary10101111101101111100000010011010110011101010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB7C0; }

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

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

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

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

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

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

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

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