#FFA0A1

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

Shades of Wewak #FFA0A1

Tints of Wewak #FFA0A1

Color information

#FFA0A1 (or 0xFFA0A1) is unknown color: approx Wewak. HEX triplet: FF, A0 and A1. RGB value is (255,160,161). Sum of RGB (Red+Green+Blue) = 255+160+161=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 160 (62.89% from 255 or 27.78% from 576); Blue value is 161 (63.28% from 255 or 27.95% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA0A1 is #005F5E. Grayscale: #BCBCBC. Windows color (decimal): -24415 or 10592511. OLE color: 10592511.

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

Color convert

RGB255160161-
CMYK00.370.370
HSL359.37º100%81.37%-
HSV(B)359.37º37.25%100%-
XYZ60.2448.9740-
YUV188.52112.47175.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.27%
GREEN value IS 160 (62.89% from 255) = 27.78%
BLUE value IS 161 (63.28% from 255) = 27.95%
R=44.27%
G=27.78%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516016100.370.370359.3710081.37
HexFFA0A10252501676451
Octal377240241045450547144121
Binary1111111110100000101000010100101100101010110011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA0A1; }

 p { color: rgb(255,160,161); }

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

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

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

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

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

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

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