#FFAFA7

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

Shades of Sundown #FFAFA7

Tints of Sundown #FFAFA7

Color information

#FFAFA7 (or 0xFFAFA7) is unknown color: approx Sundown. HEX triplet: FF, AF and A7. RGB value is (255,175,167). Sum of RGB (Red+Green+Blue) = 255+175+167=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 167 (65.62% from 255 or 27.97% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAFA7 is #005058. Grayscale: #C6C6C6. Windows color (decimal): -20569 or 10989567. OLE color: 10989567.

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

Color convert

RGB255175167-
CMYK00.310.350
HSL5.45º100%82.75%-
HSV(B)5.45º34.51%100%-
XYZ63.5554.7143.77-
YUV198.01110.5168.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.71%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 167 (65.62% from 255) = 27.97%
R=42.71%
G=29.31%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517516700.310.3505.4510082.75
HexFFAFA701F23056453
Octal3772572470374305144123
Binary111111111010111110100111011111100011010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFA7; }

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

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

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

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

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

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

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

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