#A95D74

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

Shades of Royal Heath #A95D74

Tints of Royal Heath #A95D74

Color information

#A95D74 (or 0xA95D74) is unknown color: approx Royal Heath. HEX triplet: A9, 5D and 74. RGB value is (169,93,116). Sum of RGB (Red+Green+Blue) = 169+93+116=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95D74 is #56A28B. Grayscale: #767676. Windows color (decimal): -5677708 or 7626153. OLE color: 7626153.

HSL color Cylindrical-coordinate representation of color #A95D74: hue angle of 341.84º 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 #A95D74 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB16993116-
CMYK00.450.310.34
HSL341.84º30.65%51.37%-
HSV(B)341.84º44.97%66.27%-
XYZ23.4317.5218.67-
YUV118.35126.68164.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.71%
GREEN value IS 93 (36.72% from 255) = 24.60%
BLUE value IS 116 (45.70% from 255) = 30.69%
R=44.71%
G=24.60%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699311600.450.310.34341.8430.6551.37
HexA95D7402D1F221561f33
Octal25113516405537425263763
Binary101010011011101111010001011011111110001010101011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95D74; }

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

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

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

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

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

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

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

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