#A15377

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

Shades of Royal Heath #A15377

Tints of Royal Heath #A15377

Color information

#A15377 (or 0xA15377) is unknown color: approx Royal Heath. HEX triplet: A1, 53 and 77. RGB value is (161,83,119). Sum of RGB (Red+Green+Blue) = 161+83+119=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A15377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15377 is #5EAC88. Grayscale: #6E6E6E. Windows color (decimal): -6204553 or 7820193. OLE color: 7820193.

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

Color convert

RGB16183119-
CMYK00.480.260.37
HSL332.31º31.97%47.84%-
HSV(B)332.31º48.45%63.14%-
XYZ21.1215.119.25-
YUV110.43132.84164.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.35%
GREEN value IS 83 (32.81% from 255) = 22.87%
BLUE value IS 119 (46.88% from 255) = 32.78%
R=44.35%
G=22.87%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618311900.480.260.37332.3131.9747.84
HexA153770301A2514c2030
Octal24112316706032455144060
Binary1010000110100111110111011000011010100101101001100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15377; }

 p { color: rgb(161,83,119); }

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

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

 a { background-color: rgb(161,83,119); }

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

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

 span { border-color: rgb(161,83,119); }

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