#A15272

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

Shades of Royal Heath #A15272

Tints of Royal Heath #A15272

Color information

#A15272 (or 0xA15272) is unknown color: approx Royal Heath. HEX triplet: A1, 52 and 72. RGB value is (161,82,114). Sum of RGB (Red+Green+Blue) = 161+82+114=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A15272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15272 is #5EAD8D. Grayscale: #6D6D6D. Windows color (decimal): -6204814 or 7492257. OLE color: 7492257.

HSL color Cylindrical-coordinate representation of color #A15272: hue angle of 335.7º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A15272 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16182114-
CMYK00.490.290.37
HSL335.7º32.51%47.65%-
HSV(B)335.7º49.07%63.14%-
XYZ20.7514.8317.69-
YUV109.27130.67164.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 82 (32.42% from 255) = 22.97%
BLUE value IS 114 (44.92% from 255) = 31.93%
R=45.10%
G=22.97%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618211400.490.290.37335.732.5147.65
HexA152720311D251502130
Octal24112216206135455204160
Binary1010000110100101110010011000111101100101101010000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15272; }

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

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

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

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

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

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

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

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