#A25577

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

Shades of Royal Heath #A25577

Tints of Royal Heath #A25577

Color information

#A25577 (or 0xA25577) is unknown color: approx Royal Heath. HEX triplet: A2, 55 and 77. RGB value is (162,85,119). Sum of RGB (Red+Green+Blue) = 162+85+119=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A25577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25577 is #5DAA88. Grayscale: #6F6F6F. Windows color (decimal): -6138505 or 7820706. OLE color: 7820706.

HSL color Cylindrical-coordinate representation of color #A25577: hue angle of 333.51º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25577 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB16285119-
CMYK00.480.270.36
HSL333.51º31.17%48.43%-
HSV(B)333.51º47.53%63.53%-
XYZ21.4815.5119.31-
YUV111.9132.01163.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 119 (46.88% from 255) = 32.51%
R=44.26%
G=23.22%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628511900.480.270.36333.5131.1748.43
HexA255770301B2414e1f30
Octal24212516706033445163760
Binary101000101010101111011101100001101110010010100111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25577; }

 p { color: rgb(162,85,119); }

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

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

 a { background-color: rgb(162,85,119); }

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

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

 span { border-color: rgb(162,85,119); }

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