#A95D75

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

Shades of Royal Heath #A95D75

Tints of Royal Heath #A95D75

Color information

#A95D75 (or 0xA95D75) is unknown color: approx Royal Heath. HEX triplet: A9, 5D and 75. RGB value is (169,93,117). Sum of RGB (Red+Green+Blue) = 169+93+117=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95D75 is #56A28A. Grayscale: #767676. Windows color (decimal): -5677707 or 7691689. OLE color: 7691689.

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

Color convert

RGB16993117-
CMYK00.450.310.34
HSL341.05º30.65%51.37%-
HSV(B)341.05º44.97%66.27%-
XYZ23.4917.5518.98-
YUV118.46127.18164.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.59%
GREEN value IS 93 (36.72% from 255) = 24.54%
BLUE value IS 117 (46.09% from 255) = 30.87%
R=44.59%
G=24.54%
B=30.87%

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
Decimal1699311700.450.310.34341.0530.6551.37
HexA95D7502D1F221551f33
Octal25113516505537425253763
Binary101010011011101111010101011011111110001010101010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95D75; }

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

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

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

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

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

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

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

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