#AFBEAC

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

Shades of Rainee #AFBEAC

Tints of Rainee #AFBEAC

Color information

#AFBEAC (or 0xAFBEAC) is unknown color: approx Rainee. HEX triplet: AF, BE and AC. RGB value is (175,190,172). Sum of RGB (Red+Green+Blue) = 175+190+172=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBEAC is #504153. Grayscale: #B7B7B7. Windows color (decimal): -5259604 or 11321007. OLE color: 11321007.

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

Color convert

RGB175190172-
CMYK0.0800.090.25
HSL110º12.16%70.98%-
HSV(B)110º9.47%74.51%-
XYZ43.5448.9246.18-
YUV183.46121.53121.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=32.59%
G=35.38%
B=32.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901720.0800.090.2511012.1670.98
HexAFBEAC809196ec47
Octal257276254100113115614107
Binary10101111101111101010110010000100111001110111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEAC; }

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

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

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

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

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

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

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

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