#FFAFA9

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

Shades of Sundown #FFAFA9

Tints of Sundown #FFAFA9

Color information

#FFAFA9 (or 0xFFAFA9) is unknown color: approx Sundown. HEX triplet: FF, AF and A9. RGB value is (255,175,169). Sum of RGB (Red+Green+Blue) = 255+175+169=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 169 (66.41% from 255 or 28.21% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAFA9 is #005056. Grayscale: #C6C6C6. Windows color (decimal): -20567 or 11120639. OLE color: 11120639.

HSL color Cylindrical-coordinate representation of color #FFAFA9: hue angle of 4.19º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFAFA9 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB255175169-
CMYK00.310.340
HSL4.19º100%83.14%-
HSV(B)4.19º33.73%100%-
XYZ63.7354.7844.75-
YUV198.24111.5168.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.57%
GREEN value IS 175 (68.75% from 255) = 29.22%
BLUE value IS 169 (66.41% from 255) = 28.21%
R=42.57%
G=29.22%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517516900.310.3404.1910083.14
HexFFAFA901F22046453
Octal3772572510374204144123
Binary111111111010111110101001011111100010010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFA9; }

 p { color: rgb(255,175,169); }

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

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

 a { background-color: rgb(255,175,169); }

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

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

 span { border-color: rgb(255,175,169); }

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