#FFAAA4

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

Shades of Sundown #FFAAA4

Tints of Sundown #FFAAA4

Color information

#FFAAA4 (or 0xFFAAA4) is unknown color: approx Sundown. HEX triplet: FF, AA and A4. RGB value is (255,170,164). Sum of RGB (Red+Green+Blue) = 255+170+164=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 164 (64.45% from 255 or 27.84% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAAA4 is #00555B. Grayscale: #C2C2C2. Windows color (decimal): -21852 or 10791679. OLE color: 10791679.

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

Color convert

RGB255170164-
CMYK00.330.360
HSL3.96º100%82.16%-
HSV(B)3.96º35.69%100%-
XYZ62.3252.6942.01-
YUV194.73110.66170.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.29%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 164 (64.45% from 255) = 27.84%
R=43.29%
G=28.86%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517016400.330.3603.9610082.16
HexFFAAA402124046452
Octal3772522440414404144122
Binary1111111110101010101001000100001100100010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAA4; }

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

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

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

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

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

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

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

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