#AFBEAE

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

Shades of Rainee #AFBEAE

Tints of Rainee #AFBEAE

Color information

#AFBEAE (or 0xAFBEAE) is unknown color: approx Rainee. HEX triplet: AF, BE and AE. RGB value is (175,190,174). Sum of RGB (Red+Green+Blue) = 175+190+174=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBEAE is #504151. Grayscale: #B7B7B7. Windows color (decimal): -5259602 or 11452079. OLE color: 11452079.

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

Color convert

RGB175190174-
CMYK0.0800.080.25
HSL116.25º10.96%71.37%-
HSV(B)116.25º8.42%74.51%-
XYZ43.734947.2-
YUV183.69122.53121.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 190 (74.61% from 255) = 35.25%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=32.47%
G=35.25%
B=32.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901740.0800.080.25116.2510.9671.37
HexAFBEAE8081974b47
Octal257276256100103116413107
Binary10101111101111101010111010000100011001111010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEAE; }

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

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

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

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

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

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

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

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