#AFB4B9

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

Shades of Heather #AFB4B9

Tints of Heather #AFB4B9

Color information

#AFB4B9 (or 0xAFB4B9) is unknown color: approx Heather. HEX triplet: AF, B4 and B9. RGB value is (175,180,185). Sum of RGB (Red+Green+Blue) = 175+180+185=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 185 - color contains mainly: blue. Hex color #AFB4B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB4B9 is #504B46. Grayscale: #B3B3B3. Windows color (decimal): -5262151 or 12170415. OLE color: 12170415.

HSL color Cylindrical-coordinate representation of color #AFB4B9: hue angle of 210º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFB4B9 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175180185-
CMYK0.050.0300.27
HSL210º6.67%70.59%-
HSV(B)210º5.41%72.55%-
XYZ42.7645.2652.38-
YUV179.08131.34125.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 180 (70.70% from 255) = 33.33%
BLUE value IS 185 (72.66% from 255) = 34.26%
R=32.41%
G=33.33%
B=34.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751801850.050.0300.272106.6770.59
HexAFB4B95301Bd2747
Octal257264271530333227107
Binary10101111101101001011100110111011011110100101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB4B9; }

 p { color: rgb(175,180,185); }

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

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

 a { background-color: rgb(175,180,185); }

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

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

 span { border-color: rgb(175,180,185); }

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