#AFCAB9

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

Shades of Nebula #AFCAB9

Tints of Nebula #AFCAB9

Color information

#AFCAB9 (or 0xAFCAB9) is unknown color: approx Nebula. HEX triplet: AF, CA and B9. RGB value is (175,202,185). Sum of RGB (Red+Green+Blue) = 175+202+185=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCAB9 is #503546. Grayscale: #C0C0C0. Windows color (decimal): -5256519 or 12176047. OLE color: 12176047.

HSL color Cylindrical-coordinate representation of color #AFCAB9: hue angle of 142.22º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFCAB9 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB175202185-
CMYK0.1300.080.21
HSL142.22º20.3%73.92%-
HSV(B)142.22º13.37%79.22%-
XYZ47.5654.8653.98-
YUV191.99124.05115.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 202 (79.30% from 255) = 35.94%
BLUE value IS 185 (72.66% from 255) = 32.92%
R=31.14%
G=35.94%
B=32.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021850.1300.080.21142.2220.373.92
HexAFCAB9D08158e144a
Octal257312271150102521624112
Binary1010111111001010101110011101010001010110001110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAB9; }

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

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

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

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

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

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

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

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