#FFA6A6

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

Shades of Sundown #FFA6A6

Tints of Sundown #FFA6A6

Color information

#FFA6A6 (or 0xFFA6A6) is unknown color: approx Sundown. HEX triplet: FF, A6 and A6. RGB value is (255,166,166). Sum of RGB (Red+Green+Blue) = 255+166+166=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 166 (65.23% from 255 or 28.28% from 587); Blue value is 166 (65.23% from 255 or 28.28% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA6A6 is #005959. Grayscale: #C0C0C0. Windows color (decimal): -22874 or 10921727. OLE color: 10921727.

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

Color convert

RGB255166166-
CMYK00.350.350
HSL100%82.55%-
HSV(B)34.9%100%-
XYZ61.7651.2942.72-
YUV192.61112.99172.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.44%
GREEN value IS 166 (65.23% from 255) = 28.28%
BLUE value IS 166 (65.23% from 255) = 28.28%
R=43.44%
G=28.28%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516616600.350.350010082.55
HexFFA6A602323006453
Octal3772462460434300144123
Binary11111111101001101010011001000111000110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA6A6; }

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

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

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

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

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

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

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

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