#FFA9A6

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

Shades of Sundown #FFA9A6

Tints of Sundown #FFA9A6

Color information

#FFA9A6 (or 0xFFA9A6) is unknown color: approx Sundown. HEX triplet: FF, A9 and A6. RGB value is (255,169,166). Sum of RGB (Red+Green+Blue) = 255+169+166=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA9A6 is #005659. Grayscale: #C2C2C2. Windows color (decimal): -22106 or 10922495. OLE color: 10922495.

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

Color convert

RGB255169166-
CMYK00.340.350
HSL2.02º100%82.55%-
HSV(B)2.02º34.9%100%-
XYZ62.3152.3942.9-
YUV194.37111.99171.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.22%
GREEN value IS 169 (66.41% from 255) = 28.64%
BLUE value IS 166 (65.23% from 255) = 28.14%
R=43.22%
G=28.64%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516916600.340.3502.0210082.55
HexFFA9A602223026453
Octal3772512460424302144123
Binary111111111010100110100110010001010001101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA9A6; }

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

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

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

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

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

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

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

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