#FFAAAA

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

Shades of Sundown #FFAAAA

Tints of Sundown #FFAAAA

Color information

#FFAAAA (or 0xFFAAAA) is unknown color: approx Sundown. HEX triplet: FF, AA and AA. RGB value is (255,170,170). Sum of RGB (Red+Green+Blue) = 255+170+170=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAAAA is #005555. Grayscale: #C3C3C3. Windows color (decimal): -21846 or 11184895. OLE color: 11184895.

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

Color convert

RGB255170170-
CMYK00.330.330
HSL100%83.33%-
HSV(B)33.33%100%-
XYZ62.8752.9144.93-
YUV195.41113.66170.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 170 (66.80% from 255) = 28.57%
BLUE value IS 170 (66.80% from 255) = 28.57%
R=42.86%
G=28.57%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517017000.330.330010083.33
HexFFAAAA02121006453
Octal3772522520414100144123
Binary11111111101010101010101001000011000010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAAA; }

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

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

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

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

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

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

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

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