#A45072

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

Shades of Royal Heath #A45072

Tints of Royal Heath #A45072

Color information

#A45072 (or 0xA45072) is unknown color: approx Royal Heath. HEX triplet: A4, 50 and 72. RGB value is (164,80,114). Sum of RGB (Red+Green+Blue) = 164+80+114=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A45072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45072 is #5BAF8D. Grayscale: #6C6C6C. Windows color (decimal): -6008718 or 7491748. OLE color: 7491748.

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

Color convert

RGB16480114-
CMYK00.510.300.36
HSL335.71º34.43%47.84%-
HSV(B)335.71º51.22%64.31%-
XYZ21.2214.8417.67-
YUV108.99130.83167.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.81%
GREEN value IS 80 (31.64% from 255) = 22.35%
BLUE value IS 114 (44.92% from 255) = 31.84%
R=45.81%
G=22.35%
B=31.84%

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
Decimal1648011400.510.300.36335.7134.4347.84
HexA450720331E241502230
Octal24412016206336445204260
Binary1010010010100001110010011001111110100100101010000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45072; }

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

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

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

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

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

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

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

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