#AFBFAC

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

Shades of Rainee #AFBFAC

Tints of Rainee #AFBFAC

Color information

#AFBFAC (or 0xAFBFAC) is unknown color: approx Rainee. HEX triplet: AF, BF and AC. RGB value is (175,191,172). Sum of RGB (Red+Green+Blue) = 175+191+172=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBFAC is #504053. Grayscale: #B8B8B8. Windows color (decimal): -5259348 or 11321263. OLE color: 11321263.

HSL color Cylindrical-coordinate representation of color #AFBFAC: hue angle of 110.53º 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 #AFBFAC is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB175191172-
CMYK0.0800.100.25
HSL110.53º12.93%71.18%-
HSV(B)110.53º9.95%74.9%-
XYZ43.7649.3546.25-
YUV184.05121.2121.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 191 (75% from 255) = 35.50%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=32.53%
G=35.50%
B=31.97%

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
Decimal1751911720.0800.100.25110.5312.9371.18
HexAFBFAC80A196fd47
Octal257277254100123115715107
Binary10101111101111111010110010000101011001110111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFAC; }

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

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

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

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

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

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

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

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