#FFA2A7

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

Shades of Wewak #FFA2A7

Tints of Wewak #FFA2A7

Color information

#FFA2A7 (or 0xFFA2A7) is unknown color: approx Wewak. HEX triplet: FF, A2 and A7. RGB value is (255,162,167). Sum of RGB (Red+Green+Blue) = 255+162+167=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 162 (63.67% from 255 or 27.74% from 584); Blue value is 167 (65.62% from 255 or 28.60% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA2A7 is #005D58. Grayscale: #BEBEBE. Windows color (decimal): -23897 or 10986239. OLE color: 10986239.

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

Color convert

RGB255162167-
CMYK00.360.350
HSL356.77º100%81.76%-
HSV(B)356.77º36.47%100%-
XYZ61.1449.8942.97-
YUV190.38114.81174.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.66%
GREEN value IS 162 (63.67% from 255) = 27.74%
BLUE value IS 167 (65.62% from 255) = 28.60%
R=43.66%
G=27.74%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516216700.360.350356.7710081.76
HexFFA2A70242301656452
Octal377242247044430545144122
Binary1111111110100010101001110100100100011010110010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA2A7; }

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

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

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

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

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

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

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

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