#AFBEAD

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

Shades of Rainee #AFBEAD

Tints of Rainee #AFBEAD

Color information

#AFBEAD (or 0xAFBEAD) is unknown color: approx Rainee. HEX triplet: AF, BE and AD. RGB value is (175,190,173). Sum of RGB (Red+Green+Blue) = 175+190+173=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBEAD is #504152. Grayscale: #B7B7B7. Windows color (decimal): -5259603 or 11386543. OLE color: 11386543.

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

Color convert

RGB175190173-
CMYK0.0800.090.25
HSL112.94º11.56%71.18%-
HSV(B)112.94º8.95%74.51%-
XYZ43.6448.9646.69-
YUV183.58122.03121.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 190 (74.61% from 255) = 35.32%
BLUE value IS 173 (67.97% from 255) = 32.16%
R=32.53%
G=35.32%
B=32.16%

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
Decimal1751901730.0800.090.25112.9411.5671.18
HexAFBEAD8091971c47
Octal257276255100113116114107
Binary10101111101111101010110110000100111001111000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEAD; }

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

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

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

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

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

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

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

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