#FFAAA6

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

Shades of Sundown #FFAAA6

Tints of Sundown #FFAAA6

Color information

#FFAAA6 (or 0xFFAAA6) is unknown color: approx Sundown. HEX triplet: FF, AA and A6. RGB value is (255,170,166). Sum of RGB (Red+Green+Blue) = 255+170+166=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAAA6 is #005559. Grayscale: #C3C3C3. Windows color (decimal): -21850 or 10922751. OLE color: 10922751.

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

Color convert

RGB255170166-
CMYK00.330.350
HSL2.7º100%82.55%-
HSV(B)2.7º34.9%100%-
XYZ62.552.7642.97-
YUV194.96111.66170.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 170 (66.80% from 255) = 28.76%
BLUE value IS 166 (65.23% from 255) = 28.09%
R=43.15%
G=28.76%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517016600.330.3502.710082.55
HexFFAAA602123036453
Octal3772522460414303144123
Binary111111111010101010100110010000110001101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAA6; }

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

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

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

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

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

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

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

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