#AFBDAC

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

Shades of Rainee #AFBDAC

Tints of Rainee #AFBDAC

Color information

#AFBDAC (or 0xAFBDAC) is unknown color: approx Rainee. HEX triplet: AF, BD and AC. RGB value is (175,189,172). Sum of RGB (Red+Green+Blue) = 175+189+172=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBDAC is #504253. Grayscale: #B6B6B6. Windows color (decimal): -5259860 or 11320751. OLE color: 11320751.

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

Color convert

RGB175189172-
CMYK0.0700.090.26
HSL109.41º11.41%70.78%-
HSV(B)109.41º8.99%74.12%-
XYZ43.3248.4946.11-
YUV182.88121.86122.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.65%
GREEN value IS 189 (74.22% from 255) = 35.26%
BLUE value IS 172 (67.58% from 255) = 32.09%
R=32.65%
G=35.26%
B=32.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751891720.0700.090.26109.4111.4170.78
HexAFBDAC7091A6db47
Octal25727525470113215513107
Binary1010111110111101101011001110100111010110110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDAC; }

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

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

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

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

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

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

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

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