#afbeab

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

Shades of Rainee #AFBEAB

Tints of Rainee #AFBEAB

Color information

#AFBEAB (or 0xAFBEAB) is unknown color: approx Rainee. HEX triplet: AF, BE and AB. RGB value is (175,190,171). Sum of RGB (Red+Green+Blue) = 175+190+171=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBEAB is #504154. Grayscale: #B7B7B7. Windows color (decimal): -5259605 or 11255471. OLE color: 11255471.

HSL color Cylindrical-coordinate representation of color #AFBEAB: hue angle of 107.37º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFBEAB is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB175190171-
CMYK0.0800.100.25
HSL107.37º12.75%70.78%-
HSV(B)107.37º10%74.51%-
XYZ43.4448.8845.67-
YUV183.35121.03122.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.65%
GREEN value IS 190 (74.61% from 255) = 35.45%
BLUE value IS 171 (67.19% from 255) = 31.90%
R=32.65%
G=35.45%
B=31.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901710.0800.100.25107.3712.7570.78
HexAFBEAB80A196bd47
Octal257276253100123115315107
Binary10101111101111101010101110000101011001110101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afbeab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afbeab; }

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

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

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

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

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

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

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

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