#AFBFAE

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

Shades of Rainee #AFBFAE

Tints of Rainee #AFBFAE

Color information

#AFBFAE (or 0xAFBFAE) is unknown color: approx Rainee. HEX triplet: AF, BF and AE. RGB value is (175,191,174). Sum of RGB (Red+Green+Blue) = 175+191+174=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBFAE is #504051. Grayscale: #B8B8B8. Windows color (decimal): -5259346 or 11452335. OLE color: 11452335.

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

Color convert

RGB175191174-
CMYK0.0800.090.25
HSL116.47º11.72%71.57%-
HSV(B)116.47º8.9%74.9%-
XYZ43.9549.4347.27-
YUV184.28122.2121.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 191 (75% from 255) = 35.37%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=32.41%
G=35.37%
B=32.22%

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
Decimal1751911740.0800.090.25116.4711.7271.57
HexAFBFAE8091974c48
Octal257277256100113116414110
Binary10101111101111111010111010000100111001111010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFAE; }

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

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

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

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

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

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

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

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