#AFB8AE

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

Shades of Rainee #AFB8AE

Tints of Rainee #AFB8AE

Color information

#AFB8AE (or 0xAFB8AE) is unknown color: approx Rainee. HEX triplet: AF, B8 and AE. RGB value is (175,184,174). Sum of RGB (Red+Green+Blue) = 175+184+174=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB8AE is #504751. Grayscale: #B4B4B4. Windows color (decimal): -5261138 or 11450543. OLE color: 11450543.

HSL color Cylindrical-coordinate representation of color #AFB8AE: hue angle of 114º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFB8AE is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB175184174-
CMYK0.0500.050.28
HSL114º6.58%70.2%-
HSV(B)114º5.43%72.16%-
XYZ42.4646.4546.77-
YUV180.17124.52124.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.83%
GREEN value IS 184 (72.27% from 255) = 34.52%
BLUE value IS 174 (68.36% from 255) = 32.65%
R=32.83%
G=34.52%
B=32.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751841740.0500.050.281146.5870.2
HexAFB8AE5051C72746
Octal257270256505341627106
Binary10101111101110001010111010101011110011100101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB8AE; }

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

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

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

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

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

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

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

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