#A85B75

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

Shades of Royal Heath #A85B75

Tints of Royal Heath #A85B75

Color information

#A85B75 (or 0xA85B75) is unknown color: approx Royal Heath. HEX triplet: A8, 5B and 75. RGB value is (168,91,117). Sum of RGB (Red+Green+Blue) = 168+91+117=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85B75 is #57A48A. Grayscale: #747474. Windows color (decimal): -5743755 or 7691176. OLE color: 7691176.

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

Color convert

RGB16891117-
CMYK00.460.300.34
HSL339.74º30.68%50.78%-
HSV(B)339.74º45.83%65.88%-
XYZ23.117.0918.91-
YUV116.99128.01164.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.68%
GREEN value IS 91 (35.94% from 255) = 24.20%
BLUE value IS 117 (46.09% from 255) = 31.12%
R=44.68%
G=24.20%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689111700.460.300.34339.7430.6850.78
HexA85B7502E1E221541f33
Octal25013316505636425243763
Binary101010001011011111010101011101111010001010101010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85B75; }

 p { color: rgb(168,91,117); }

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

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

 a { background-color: rgb(168,91,117); }

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

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

 span { border-color: rgb(168,91,117); }

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