#FFAFA8

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

Shades of Sundown #FFAFA8

Tints of Sundown #FFAFA8

Color information

#FFAFA8 (or 0xFFAFA8) is unknown color: approx Sundown. HEX triplet: FF, AF and A8. RGB value is (255,175,168). Sum of RGB (Red+Green+Blue) = 255+175+168=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 168 (66.02% from 255 or 28.09% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAFA8 is #005057. Grayscale: #C6C6C6. Windows color (decimal): -20568 or 11055103. OLE color: 11055103.

HSL color Cylindrical-coordinate representation of color #FFAFA8: hue angle of 4.83º 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 #FFAFA8 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB255175168-
CMYK00.310.340
HSL4.83º100%82.94%-
HSV(B)4.83º34.12%100%-
XYZ63.6454.7544.26-
YUV198.12111168.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.64%
GREEN value IS 175 (68.75% from 255) = 29.26%
BLUE value IS 168 (66.02% from 255) = 28.09%
R=42.64%
G=29.26%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517516800.310.3404.8310082.94
HexFFAFA801F22056453
Octal3772572500374205144123
Binary111111111010111110101000011111100010010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFA8; }

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

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

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

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

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

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

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

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