#FFA8A4

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

Shades of Sundown #FFA8A4

Tints of Sundown #FFA8A4

Color information

#FFA8A4 (or 0xFFA8A4) is unknown color: approx Sundown. HEX triplet: FF, A8 and A4. RGB value is (255,168,164). Sum of RGB (Red+Green+Blue) = 255+168+164=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 164 (64.45% from 255 or 27.94% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA8A4 is #00575B. Grayscale: #C1C1C1. Windows color (decimal): -22364 or 10791167. OLE color: 10791167.

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

Color convert

RGB255168164-
CMYK00.340.360
HSL2.64º100%82.16%-
HSV(B)2.64º35.69%100%-
XYZ61.9451.9541.88-
YUV193.56111.32171.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.44%
GREEN value IS 168 (66.02% from 255) = 28.62%
BLUE value IS 164 (64.45% from 255) = 27.94%
R=43.44%
G=28.62%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516816400.340.3602.6410082.16
HexFFA8A402224036452
Octal3772502440424403144122
Binary111111111010100010100100010001010010001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA8A4; }

 p { color: rgb(255,168,164); }

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

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

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

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

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

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

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