#AFC0AB

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

Shades of Rainee #AFC0AB

Tints of Rainee #AFC0AB

Color information

#AFC0AB (or 0xAFC0AB) is unknown color: approx Rainee. HEX triplet: AF, C0 and AB. RGB value is (175,192,171). Sum of RGB (Red+Green+Blue) = 175+192+171=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC0AB is #503F54. Grayscale: #B8B8B8. Windows color (decimal): -5259093 or 11255983. OLE color: 11255983.

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

Color convert

RGB175192171-
CMYK0.0900.110.25
HSL108.57º14.29%71.18%-
HSV(B)108.57º10.94%75.29%-
XYZ43.8849.7545.82-
YUV184.52120.37121.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 192 (75.39% from 255) = 35.69%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=32.53%
G=35.69%
B=31.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751921710.0900.110.25108.5714.2971.18
HexAFC0AB90B196de47
Octal257300253110133115516107
Binary10101111110000001010101110010101111001110110111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC0AB; }

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

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

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

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

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

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

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

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