#A15275

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

Shades of Royal Heath #A15275

Tints of Royal Heath #A15275

Color information

#A15275 (or 0xA15275) is unknown color: approx Royal Heath. HEX triplet: A1, 52 and 75. RGB value is (161,82,117). Sum of RGB (Red+Green+Blue) = 161+82+117=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A15275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15275 is #5EAD8A. Grayscale: #6D6D6D. Windows color (decimal): -6204811 or 7688865. OLE color: 7688865.

HSL color Cylindrical-coordinate representation of color #A15275: hue angle of 333.42º 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 #A15275 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB16182117-
CMYK00.490.270.37
HSL333.42º32.51%47.65%-
HSV(B)333.42º49.07%63.14%-
XYZ20.9314.918.6-
YUV109.61132.17164.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 82 (32.42% from 255) = 22.78%
BLUE value IS 117 (46.09% from 255) = 32.5%
R=44.72%
G=22.78%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618211700.490.270.37333.4232.5147.65
HexA152750311B2514d2130
Octal24112216506133455154160
Binary1010000110100101110101011000111011100101101001101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15275; }

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

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

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

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

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

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

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

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