#F0AAA7

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

Shades of Sundown #F0AAA7

Tints of Sundown #F0AAA7

Color information

#F0AAA7 (or 0xF0AAA7) is unknown color: approx Sundown. HEX triplet: F0, AA and A7. RGB value is (240,170,167). Sum of RGB (Red+Green+Blue) = 240+170+167=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 167 (65.62% from 255 or 28.94% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AAA7 is #0F5558. Grayscale: #BEBEBE. Windows color (decimal): -1004889 or 10988272. OLE color: 10988272.

HSL color Cylindrical-coordinate representation of color #F0AAA7: hue angle of 2.47º degrees, saturation: 0.71, 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 #F0AAA7 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB240170167-
CMYK00.290.300.06
HSL2.47º70.87%79.8%-
HSV(B)2.47º30.42%94.12%-
XYZ57.2850.0643.2-
YUV190.59114.69163.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.59%
GREEN value IS 170 (66.80% from 255) = 29.46%
BLUE value IS 167 (65.62% from 255) = 28.94%
R=41.59%
G=29.46%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017016700.290.300.062.4770.8779.8
HexF0AAA701D1E624750
Octal3602522470353662107120
Binary111100001010101010100111011101111101101010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AAA7; }

 p { color: rgb(240,170,167); }

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

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

 a { background-color: rgb(240,170,167); }

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

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

 span { border-color: rgb(240,170,167); }

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