#A95C79

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

Shades of Royal Heath #A95C79

Tints of Royal Heath #A95C79

Color information

#A95C79 (or 0xA95C79) is unknown color: approx Royal Heath. HEX triplet: A9, 5C and 79. RGB value is (169,92,121). Sum of RGB (Red+Green+Blue) = 169+92+121=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95C79 is #56A386. Grayscale: #767676. Windows color (decimal): -5677959 or 7953577. OLE color: 7953577.

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

Color convert

RGB16992121-
CMYK00.460.280.34
HSL337.4º30.92%51.18%-
HSV(B)337.4º45.56%66.27%-
XYZ23.6417.4720.22-
YUV118.33129.51164.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.24%
GREEN value IS 92 (36.33% from 255) = 24.08%
BLUE value IS 121 (47.66% from 255) = 31.68%
R=44.24%
G=24.08%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699212100.460.280.34337.430.9251.18
HexA95C7902E1C221511f33
Octal25113417105634425213763
Binary101010011011100111100101011101110010001010101000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95C79; }

 p { color: rgb(169,92,121); }

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

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

 a { background-color: rgb(169,92,121); }

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

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

 span { border-color: rgb(169,92,121); }

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