#FFA1A6

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

Shades of Wewak #FFA1A6

Tints of Wewak #FFA1A6

Color information

#FFA1A6 (or 0xFFA1A6) is unknown color: approx Wewak. HEX triplet: FF, A1 and A6. RGB value is (255,161,166). Sum of RGB (Red+Green+Blue) = 255+161+166=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 161 (63.28% from 255 or 27.66% from 582); Blue value is 166 (65.23% from 255 or 28.52% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA1A6 is #005E59. Grayscale: #BDBDBD. Windows color (decimal): -24154 or 10920447. OLE color: 10920447.

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

Color convert

RGB255161166-
CMYK00.370.350
HSL356.81º100%81.57%-
HSV(B)356.81º36.86%100%-
XYZ60.8749.542.42-
YUV189.68114.64174.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.81%
GREEN value IS 161 (63.28% from 255) = 27.66%
BLUE value IS 166 (65.23% from 255) = 28.52%
R=43.81%
G=27.66%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516116600.370.350356.8110081.57
HexFFA1A60252301656452
Octal377241246045430545144122
Binary1111111110100001101001100100101100011010110010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA1A6; }

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

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

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

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

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

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

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

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