#FFA6A9

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

Shades of Wewak #FFA6A9

Tints of Wewak #FFA6A9

Color information

#FFA6A9 (or 0xFFA6A9) is unknown color: approx Wewak. HEX triplet: FF, A6 and A9. RGB value is (255,166,169). Sum of RGB (Red+Green+Blue) = 255+166+169=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 169 (66.41% from 255 or 28.64% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA6A9 is #005956. Grayscale: #C1C1C1. Windows color (decimal): -22871 or 11118335. OLE color: 11118335.

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

Color convert

RGB255166169-
CMYK00.350.340
HSL357.98º100%82.55%-
HSV(B)357.98º34.9%100%-
XYZ62.0451.444.19-
YUV192.95114.49172.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.22%
GREEN value IS 166 (65.23% from 255) = 28.14%
BLUE value IS 169 (66.41% from 255) = 28.64%
R=43.22%
G=28.14%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516616900.350.340357.9810082.55
HexFFA6A90232201666453
Octal377246251043420546144123
Binary1111111110100110101010010100011100010010110011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA6A9; }

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

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

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

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

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

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

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

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