#FFAFA6

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

Shades of Sundown #FFAFA6

Tints of Sundown #FFAFA6

Color information

#FFAFA6 (or 0xFFAFA6) is unknown color: approx Sundown. HEX triplet: FF, AF and A6. RGB value is (255,175,166). Sum of RGB (Red+Green+Blue) = 255+175+166=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 166 (65.23% from 255 or 27.85% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAFA6 is #005059. Grayscale: #C6C6C6. Windows color (decimal): -20570 or 10924031. OLE color: 10924031.

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

Color convert

RGB255175166-
CMYK00.310.350
HSL6.07º100%82.55%-
HSV(B)6.07º34.9%100%-
XYZ63.4554.6743.29-
YUV197.89110168.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.79%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 166 (65.23% from 255) = 27.85%
R=42.79%
G=29.36%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517516600.310.3506.0710082.55
HexFFAFA601F23066453
Octal3772572460374306144123
Binary111111111010111110100110011111100011011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFA6; }

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

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

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

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

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

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

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

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