#FFA8A8

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

Shades of Sundown #FFA8A8

Tints of Sundown #FFA8A8

Color information

#FFA8A8 (or 0xFFA8A8) is unknown color: approx Sundown. HEX triplet: FF, A8 and A8. RGB value is (255,168,168). Sum of RGB (Red+Green+Blue) = 255+168+168=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 168 (66.02% from 255 or 28.43% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA8A8 is #005757. Grayscale: #C2C2C2. Windows color (decimal): -22360 or 11053311. OLE color: 11053311.

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

Color convert

RGB255168168-
CMYK00.340.340
HSL100%82.94%-
HSV(B)34.12%100%-
XYZ62.3152.0943.82-
YUV194.01113.32171.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 168 (66.02% from 255) = 28.43%
BLUE value IS 168 (66.02% from 255) = 28.43%
R=43.15%
G=28.43%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516816800.340.340010082.94
HexFFA8A802222006453
Octal3772502500424200144123
Binary11111111101010001010100001000101000100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA8A8; }

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

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

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

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

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

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

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

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