#A95B73

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

Shades of Royal Heath #A95B73

Tints of Royal Heath #A95B73

Color information

#A95B73 (or 0xA95B73) is unknown color: approx Royal Heath. HEX triplet: A9, 5B and 73. RGB value is (169,91,115). Sum of RGB (Red+Green+Blue) = 169+91+115=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A95B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95B73 is #56A48C. Grayscale: #757575. Windows color (decimal): -5678221 or 7560105. OLE color: 7560105.

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

Color convert

RGB16991115-
CMYK00.460.320.34
HSL341.54º31.2%50.98%-
HSV(B)341.54º46.15%66.27%-
XYZ23.217.1518.31-
YUV117.06126.84165.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.07%
GREEN value IS 91 (35.94% from 255) = 24.27%
BLUE value IS 115 (45.31% from 255) = 30.67%
R=45.07%
G=24.27%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699111500.460.320.34341.5431.250.98
HexA95B7302E20221561f33
Octal25113316305640425263763
Binary1010100110110111110011010111010000010001010101011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95B73; }

 p { color: rgb(169,91,115); }

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

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

 a { background-color: rgb(169,91,115); }

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

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

 span { border-color: rgb(169,91,115); }

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