#AFC8AB

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

Shades of Rainee #AFC8AB

Tints of Rainee #AFC8AB

Color information

#AFC8AB (or 0xAFC8AB) is unknown color: approx Rainee. HEX triplet: AF, C8 and AB. RGB value is (175,200,171). Sum of RGB (Red+Green+Blue) = 175+200+171=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC8AB is #503754. Grayscale: #BDBDBD. Windows color (decimal): -5257045 or 11258031. OLE color: 11258031.

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

Color convert

RGB175200171-
CMYK0.1200.140.22
HSL111.72º20.86%72.75%-
HSV(B)111.72º14.5%78.43%-
XYZ45.6853.3646.42-
YUV189.22117.72117.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 200 (78.52% from 255) = 36.63%
BLUE value IS 171 (67.19% from 255) = 31.32%
R=32.05%
G=36.63%
B=31.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001710.1200.140.22111.7220.8672.75
HexAFC8ABC0E16701549
Octal257310253140162616025111
Binary101011111100100010101011110001110101101110000101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC8AB; }

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

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

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

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

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

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

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

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