#A15072

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

Shades of Royal Heath #A15072

Tints of Royal Heath #A15072

Color information

#A15072 (or 0xA15072) is unknown color: approx Royal Heath. HEX triplet: A1, 50 and 72. RGB value is (161,80,114). Sum of RGB (Red+Green+Blue) = 161+80+114=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A15072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15072 is #5EAF8D. Grayscale: #6C6C6C. Windows color (decimal): -6205326 or 7491745. OLE color: 7491745.

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

Color convert

RGB16180114-
CMYK00.500.290.37
HSL334.81º33.61%47.25%-
HSV(B)334.81º50.31%63.14%-
XYZ20.614.5317.64-
YUV108.09131.34165.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.35%
GREEN value IS 80 (31.64% from 255) = 22.54%
BLUE value IS 114 (44.92% from 255) = 32.11%
R=45.35%
G=22.54%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618011400.500.290.37334.8133.6147.25
HexA150720321D2514f222f
Octal24112016206235455174257
Binary1010000110100001110010011001011101100101101001111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15072; }

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

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

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

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

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

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

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

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