#A35076

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

Shades of Royal Heath #A35076

Tints of Royal Heath #A35076

Color information

#A35076 (or 0xA35076) is unknown color: approx Royal Heath. HEX triplet: A3, 50 and 76. RGB value is (163,80,118). Sum of RGB (Red+Green+Blue) = 163+80+118=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A35076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35076 is #5CAF89. Grayscale: #6D6D6D. Windows color (decimal): -6074250 or 7753891. OLE color: 7753891.

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

Color convert

RGB16380118-
CMYK00.510.280.36
HSL332.53º34.16%47.65%-
HSV(B)332.53º50.92%63.92%-
XYZ21.2414.8318.88-
YUV109.15133166.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.15%
GREEN value IS 80 (31.64% from 255) = 22.16%
BLUE value IS 118 (46.48% from 255) = 32.69%
R=45.15%
G=22.16%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638011800.510.280.36332.5334.1647.65
HexA350760331C2414d2230
Octal24312016606334445154260
Binary1010001110100001110110011001111100100100101001101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35076; }

 p { color: rgb(163,80,118); }

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

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

 a { background-color: rgb(163,80,118); }

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

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

 span { border-color: rgb(163,80,118); }

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