#FFA6A5

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

Shades of Sundown #FFA6A5

Tints of Sundown #FFA6A5

Color information

#FFA6A5 (or 0xFFA6A5) is unknown color: approx Sundown. HEX triplet: FF, A6 and A5. RGB value is (255,166,165). Sum of RGB (Red+Green+Blue) = 255+166+165=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 166 (65.23% from 255 or 28.33% from 586); Blue value is 165 (64.84% from 255 or 28.16% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA6A5 is #00595A. Grayscale: #C0C0C0. Windows color (decimal): -22875 or 10856191. OLE color: 10856191.

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

Color convert

RGB255166165-
CMYK00.350.350
HSL0.67º100%82.35%-
HSV(B)0.67º35.29%100%-
XYZ61.6751.2542.24-
YUV192.5112.49172.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.52%
GREEN value IS 166 (65.23% from 255) = 28.33%
BLUE value IS 165 (64.84% from 255) = 28.16%
R=43.52%
G=28.33%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516616500.350.3500.6710082.35
HexFFA6A502323016452
Octal3772462450434301144122
Binary11111111101001101010010101000111000110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA6A5; }

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

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

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

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

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

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

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

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