#F5AEAC

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

Shades of Sundown #F5AEAC

Tints of Sundown #F5AEAC

Color information

#F5AEAC (or 0xF5AEAC) is unknown color: approx Sundown. HEX triplet: F5, AE and AC. RGB value is (245,174,172). Sum of RGB (Red+Green+Blue) = 245+174+172=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AEAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AEAC is #0A5153. Grayscale: #C3C3C3. Windows color (decimal): -676180 or 11316981. OLE color: 11316981.

HSL color Cylindrical-coordinate representation of color #F5AEAC: hue angle of 1.64º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5AEAC is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB245174172-
CMYK00.290.300.04
HSL1.64º78.49%81.76%-
HSV(B)1.64º29.8%96.08%-
XYZ60.2452.6646.02-
YUV195115.02163.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.46%
GREEN value IS 174 (68.36% from 255) = 29.44%
BLUE value IS 172 (67.58% from 255) = 29.10%
R=41.46%
G=29.44%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517417200.290.300.041.6478.4981.76
HexF5AEAC01D1E424e52
Octal3652562540353642116122
Binary111101011010111010101100011101111101001010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AEAC; }

 p { color: rgb(245,174,172); }

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

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

 a { background-color: rgb(245,174,172); }

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

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

 span { border-color: rgb(245,174,172); }

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