#FFA4AA

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

Shades of Wewak #FFA4AA

Tints of Wewak #FFA4AA

Color information

#FFA4AA (or 0xFFA4AA) is unknown color: approx Wewak. HEX triplet: FF, A4 and AA. RGB value is (255,164,170). Sum of RGB (Red+Green+Blue) = 255+164+170=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA4AA is #005B55. Grayscale: #BFBFBF. Windows color (decimal): -23382 or 11183359. OLE color: 11183359.

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

Color convert

RGB255164170-
CMYK00.360.330
HSL356.04º100%82.16%-
HSV(B)356.04º35.69%100%-
XYZ61.7750.7144.56-
YUV191.89115.65173.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.29%
GREEN value IS 164 (64.45% from 255) = 27.84%
BLUE value IS 170 (66.80% from 255) = 28.86%
R=43.29%
G=27.84%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516417000.360.330356.0410082.16
HexFFA4AA0242101646452
Octal377244252044410544144122
Binary1111111110100100101010100100100100001010110010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA4AA; }

 p { color: rgb(255,164,170); }

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

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

 a { background-color: rgb(255,164,170); }

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

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

 span { border-color: rgb(255,164,170); }

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