#A45172

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

Shades of Royal Heath #A45172

Tints of Royal Heath #A45172

Color information

#A45172 (or 0xA45172) is unknown color: approx Royal Heath. HEX triplet: A4, 51 and 72. RGB value is (164,81,114). Sum of RGB (Red+Green+Blue) = 164+81+114=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A45172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45172 is #5BAE8D. Grayscale: #6D6D6D. Windows color (decimal): -6008462 or 7492004. OLE color: 7492004.

HSL color Cylindrical-coordinate representation of color #A45172: hue angle of 336.14º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A45172 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16481114-
CMYK00.510.300.36
HSL336.14º33.88%48.04%-
HSV(B)336.14º50.61%64.31%-
XYZ21.2914.9917.69-
YUV109.58130.5166.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 81 (32.03% from 255) = 22.56%
BLUE value IS 114 (44.92% from 255) = 31.75%
R=45.68%
G=22.56%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648111400.510.300.36336.1433.8848.04
HexA451720331E241502230
Octal24412116206336445204260
Binary1010010010100011110010011001111110100100101010000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45172; }

 p { color: rgb(164,81,114); }

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

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

 a { background-color: rgb(164,81,114); }

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

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

 span { border-color: rgb(164,81,114); }

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