#A15277

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

Shades of Royal Heath #A15277

Tints of Royal Heath #A15277

Color information

#A15277 (or 0xA15277) is unknown color: approx Royal Heath. HEX triplet: A1, 52 and 77. RGB value is (161,82,119). Sum of RGB (Red+Green+Blue) = 161+82+119=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A15277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15277 is #5EAD88. Grayscale: #6D6D6D. Windows color (decimal): -6204809 or 7819937. OLE color: 7819937.

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

Color convert

RGB16182119-
CMYK00.490.260.37
HSL331.9º32.51%47.65%-
HSV(B)331.9º49.07%63.14%-
XYZ21.0514.9419.23-
YUV109.84133.17164.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.48%
GREEN value IS 82 (32.42% from 255) = 22.65%
BLUE value IS 119 (46.88% from 255) = 32.87%
R=44.48%
G=22.65%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618211900.490.260.37331.932.5147.65
HexA152770311A2514c2130
Octal24112216706132455144160
Binary1010000110100101110111011000111010100101101001100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15277; }

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

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

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

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

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

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

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

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