#A45175

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

Shades of Royal Heath #A45175

Tints of Royal Heath #A45175

Color information

#A45175 (or 0xA45175) is unknown color: approx Royal Heath. HEX triplet: A4, 51 and 75. RGB value is (164,81,117). Sum of RGB (Red+Green+Blue) = 164+81+117=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A45175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45175 is #5BAE8A. Grayscale: #6D6D6D. Windows color (decimal): -6008459 or 7688612. OLE color: 7688612.

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

Color convert

RGB16481117-
CMYK00.510.290.36
HSL333.98º33.88%48.04%-
HSV(B)333.98º50.61%64.31%-
XYZ21.4615.0618.61-
YUV109.92132166.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.30%
GREEN value IS 81 (32.03% from 255) = 22.38%
BLUE value IS 117 (46.09% from 255) = 32.32%
R=45.30%
G=22.38%
B=32.32%

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
Decimal1648111700.510.290.36333.9833.8848.04
HexA451750331D2414e2230
Octal24412116506335445164260
Binary1010010010100011110101011001111101100100101001110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45175; }

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

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

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

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

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

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

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

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