#A75575

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

Shades of Royal Heath #A75575

Tints of Royal Heath #A75575

Color information

#A75575 (or 0xA75575) is unknown color: approx Royal Heath. HEX triplet: A7, 55 and 75. RGB value is (167,85,117). Sum of RGB (Red+Green+Blue) = 167+85+117=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 167 - color contains mainly: red. Hex color #A75575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75575 is #58AA8A. Grayscale: #717171. Windows color (decimal): -5810827 or 7689639. OLE color: 7689639.

HSL color Cylindrical-coordinate representation of color #A75575: hue angle of 336.59º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A75575 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB16785117-
CMYK00.490.300.35
HSL336.59º32.54%49.41%-
HSV(B)336.59º49.1%65.49%-
XYZ22.41618.74-
YUV113.17130.17166.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.26%
GREEN value IS 85 (33.59% from 255) = 23.04%
BLUE value IS 117 (46.09% from 255) = 31.71%
R=45.26%
G=23.04%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678511700.490.300.35336.5932.5449.41
HexA755750311E231512131
Octal24712516506136435214161
Binary1010011110101011110101011000111110100011101010001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75575; }

 p { color: rgb(167,85,117); }

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

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

 a { background-color: rgb(167,85,117); }

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

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

 span { border-color: rgb(167,85,117); }

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