#F0AEA9

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

Shades of Sundown #F0AEA9

Tints of Sundown #F0AEA9

Color information

#F0AEA9 (or 0xF0AEA9) is unknown color: approx Sundown. HEX triplet: F0, AE and A9. RGB value is (240,174,169). Sum of RGB (Red+Green+Blue) = 240+174+169=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 169 (66.41% from 255 or 28.99% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AEA9 is #0F5156. Grayscale: #C1C1C1. Windows color (decimal): -1003863 or 11120368. OLE color: 11120368.

HSL color Cylindrical-coordinate representation of color #F0AEA9: hue angle of 4.23º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0AEA9 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB240174169-
CMYK00.280.300.06
HSL4.23º70.3%80.2%-
HSV(B)4.23º29.58%94.12%-
XYZ58.2351.6644.44-
YUV193.16114.37161.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.17%
GREEN value IS 174 (68.36% from 255) = 29.85%
BLUE value IS 169 (66.41% from 255) = 28.99%
R=41.17%
G=29.85%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017416900.280.300.064.2370.380.2
HexF0AEA901C1E644650
Octal3602562510343664106120
Binary1111000010101110101010010111001111011010010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AEA9; }

 p { color: rgb(240,174,169); }

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

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

 a { background-color: rgb(240,174,169); }

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

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

 span { border-color: rgb(240,174,169); }

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