#FFAFA5

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

Shades of Sundown #FFAFA5

Tints of Sundown #FFAFA5

Color information

#FFAFA5 (or 0xFFAFA5) is unknown color: approx Sundown. HEX triplet: FF, AF and A5. RGB value is (255,175,165). Sum of RGB (Red+Green+Blue) = 255+175+165=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 165 (64.84% from 255 or 27.73% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAFA5 is #00505A. Grayscale: #C5C5C5. Windows color (decimal): -20571 or 10858495. OLE color: 10858495.

HSL color Cylindrical-coordinate representation of color #FFAFA5: hue angle of 6.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 #FFAFA5 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB255175165-
CMYK00.310.350
HSL6.67º100%82.35%-
HSV(B)6.67º35.29%100%-
XYZ63.3654.6442.8-
YUV197.78109.5168.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 175 (68.75% from 255) = 29.41%
BLUE value IS 165 (64.84% from 255) = 27.73%
R=42.86%
G=29.41%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517516500.310.3506.6710082.35
HexFFAFA501F23076452
Octal3772572450374307144122
Binary111111111010111110100101011111100011011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFA5; }

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

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

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

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

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

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

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

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