#FFA6A2

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

Shades of Sundown #FFA6A2

Tints of Sundown #FFA6A2

Color information

#FFA6A2 (or 0xFFA6A2) is unknown color: approx Sundown. HEX triplet: FF, A6 and A2. RGB value is (255,166,162). Sum of RGB (Red+Green+Blue) = 255+166+162=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 166 (65.23% from 255 or 28.47% from 583); Blue value is 162 (63.67% from 255 or 27.79% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA6A2 is #00595D. Grayscale: #C0C0C0. Windows color (decimal): -22878 or 10659583. OLE color: 10659583.

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

Color convert

RGB255166162-
CMYK00.350.360
HSL2.58º100%81.76%-
HSV(B)2.58º36.47%100%-
XYZ61.451.1440.82-
YUV192.15110.99172.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.74%
GREEN value IS 166 (65.23% from 255) = 28.47%
BLUE value IS 162 (63.67% from 255) = 27.79%
R=43.74%
G=28.47%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516616200.350.3602.5810081.76
HexFFA6A202324036452
Octal3772462420434403144122
Binary111111111010011010100010010001110010001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA6A2; }

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

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

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

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

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

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

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

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