#A15276

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

Shades of Royal Heath #A15276

Tints of Royal Heath #A15276

Color information

#A15276 (or 0xA15276) is unknown color: approx Royal Heath. HEX triplet: A1, 52 and 76. RGB value is (161,82,118). Sum of RGB (Red+Green+Blue) = 161+82+118=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A15276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15276 is #5EAD89. Grayscale: #6D6D6D. Windows color (decimal): -6204810 or 7754401. OLE color: 7754401.

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

Color convert

RGB16182118-
CMYK00.490.270.37
HSL332.66º32.51%47.65%-
HSV(B)332.66º49.07%63.14%-
XYZ20.9914.9218.91-
YUV109.72132.67164.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.60%
GREEN value IS 82 (32.42% from 255) = 22.71%
BLUE value IS 118 (46.48% from 255) = 32.69%
R=44.60%
G=22.71%
B=32.69%

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
Decimal1618211800.490.270.37332.6632.5147.65
HexA152760311B2514d2130
Octal24112216606133455154160
Binary1010000110100101110110011000111011100101101001101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15276; }

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

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

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

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

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

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

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

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