#A9546D

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

Shades of Blush #A9546D

Tints of Blush #A9546D

Color information

#A9546D (or 0xA9546D) is unknown color: approx Blush. HEX triplet: A9, 54 and 6D. RGB value is (169,84,109). Sum of RGB (Red+Green+Blue) = 169+84+109=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 169 - color contains mainly: red. Hex color #A9546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9546D is #56AB92. Grayscale: #707070. Windows color (decimal): -5680019 or 7165097. OLE color: 7165097.

HSL color Cylindrical-coordinate representation of color #A9546D: hue angle of 342.35º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9546D is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB16984109-
CMYK00.500.360.34
HSL342.35º33.6%49.61%-
HSV(B)342.35º50.3%66.27%-
XYZ22.2915.8816.36-
YUV112.26126.16168.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.69%
GREEN value IS 84 (33.20% from 255) = 23.20%
BLUE value IS 109 (42.97% from 255) = 30.11%
R=46.69%
G=23.20%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698410900.500.360.34342.3533.649.61
HexA9546D03224221562232
Octal25112415506244425264262
Binary10101001101010011011010110010100100100010101010110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9546D; }

 p { color: rgb(169,84,109); }

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

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

 a { background-color: rgb(169,84,109); }

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

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

 span { border-color: rgb(169,84,109); }

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