#A7577A

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

Shades of Royal Heath #A7577A

Tints of Royal Heath #A7577A

Color information

#A7577A (or 0xA7577A) is unknown color: approx Royal Heath. HEX triplet: A7, 57 and 7A. RGB value is (167,87,122). Sum of RGB (Red+Green+Blue) = 167+87+122=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 167 - color contains mainly: red. Hex color #A7577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7577A is #58A885. Grayscale: #727272. Windows color (decimal): -5810310 or 8017831. OLE color: 8017831.

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

Color convert

RGB16787122-
CMYK00.480.270.35
HSL333.75º31.5%49.8%-
HSV(B)333.75º47.9%65.49%-
XYZ22.8616.4420.38-
YUV114.91132165.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.41%
GREEN value IS 87 (34.38% from 255) = 23.14%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=44.41%
G=23.14%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678712200.480.270.35333.7531.549.8
HexA7577A0301B2314e1f32
Octal24712717206033435163762
Binary101001111010111111101001100001101110001110100111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7577A; }

 p { color: rgb(167,87,122); }

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

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

 a { background-color: rgb(167,87,122); }

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

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

 span { border-color: rgb(167,87,122); }

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