#A45075

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

Shades of Royal Heath #A45075

Tints of Royal Heath #A45075

Color information

#A45075 (or 0xA45075) is unknown color: approx Royal Heath. HEX triplet: A4, 50 and 75. RGB value is (164,80,117). Sum of RGB (Red+Green+Blue) = 164+80+117=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A45075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45075 is #5BAF8A. Grayscale: #6D6D6D. Windows color (decimal): -6008715 or 7688356. OLE color: 7688356.

HSL color Cylindrical-coordinate representation of color #A45075: hue angle of 333.57º 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 #A45075 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB16480117-
CMYK00.510.290.36
HSL333.57º34.43%47.84%-
HSV(B)333.57º51.22%64.31%-
XYZ21.3914.9118.58-
YUV109.33132.33166.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.43%
GREEN value IS 80 (31.64% from 255) = 22.16%
BLUE value IS 117 (46.09% from 255) = 32.41%
R=45.43%
G=22.16%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648011700.510.290.36333.5734.4347.84
HexA450750331D2414e2230
Octal24412016506335445164260
Binary1010010010100001110101011001111101100100101001110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45075; }

 p { color: rgb(164,80,117); }

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

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

 a { background-color: rgb(164,80,117); }

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

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

 span { border-color: rgb(164,80,117); }

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