#A95D78

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

Shades of Royal Heath #A95D78

Tints of Royal Heath #A95D78

Color information

#A95D78 (or 0xA95D78) is unknown color: approx Royal Heath. HEX triplet: A9, 5D and 78. RGB value is (169,93,120). Sum of RGB (Red+Green+Blue) = 169+93+120=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95D78 is #56A287. Grayscale: #767676. Windows color (decimal): -5677704 or 7888297. OLE color: 7888297.

HSL color Cylindrical-coordinate representation of color #A95D78: hue angle of 338.68º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A95D78 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB16993120-
CMYK00.450.290.34
HSL338.68º30.65%51.37%-
HSV(B)338.68º44.97%66.27%-
XYZ23.6717.6219.92-
YUV118.8128.68163.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.24%
GREEN value IS 93 (36.72% from 255) = 24.35%
BLUE value IS 120 (47.27% from 255) = 31.41%
R=44.24%
G=24.35%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699312000.450.290.34338.6830.6551.37
HexA95D7802D1D221531f33
Octal25113517005535425233763
Binary101010011011101111100001011011110110001010101001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95D78; }

 p { color: rgb(169,93,120); }

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

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

 a { background-color: rgb(169,93,120); }

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

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

 span { border-color: rgb(169,93,120); }

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