#FFAFAA

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

Shades of Sundown #FFAFAA

Tints of Sundown #FFAFAA

Color information

#FFAFAA (or 0xFFAFAA) is unknown color: approx Sundown. HEX triplet: FF, AF and AA. RGB value is (255,175,170). Sum of RGB (Red+Green+Blue) = 255+175+170=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAFAA is #005055. Grayscale: #C6C6C6. Windows color (decimal): -20566 or 11186175. OLE color: 11186175.

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

Color convert

RGB255175170-
CMYK00.310.330
HSL3.53º100%83.33%-
HSV(B)3.53º33.33%100%-
XYZ63.8354.8245.25-
YUV198.35112168.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.5%
GREEN value IS 175 (68.75% from 255) = 29.17%
BLUE value IS 170 (66.80% from 255) = 28.33%
R=42.5%
G=29.17%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517517000.310.3303.5310083.33
HexFFAFAA01F21046453
Octal3772572520374104144123
Binary111111111010111110101010011111100001010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFAA; }

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

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

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

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

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

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

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

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