#A45274

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

Shades of Royal Heath #A45274

Tints of Royal Heath #A45274

Color information

#A45274 (or 0xA45274) is unknown color: approx Royal Heath. HEX triplet: A4, 52 and 74. RGB value is (164,82,116). Sum of RGB (Red+Green+Blue) = 164+82+116=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A45274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45274 is #5BAD8B. Grayscale: #6E6E6E. Windows color (decimal): -6008204 or 7623332. OLE color: 7623332.

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

Color convert

RGB16482116-
CMYK00.50.290.36
HSL335.12º33.33%48.24%-
HSV(B)335.12º50%64.31%-
XYZ21.4815.1918.32-
YUV110.39131.17166.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.30%
GREEN value IS 82 (32.42% from 255) = 22.65%
BLUE value IS 116 (45.70% from 255) = 32.04%
R=45.30%
G=22.65%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648211600.50.290.36335.1233.3348.24
HexA452740321D2414f2130
Octal24412216406235445174160
Binary1010010010100101110100011001011101100100101001111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45274; }

 p { color: rgb(164,82,116); }

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

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

 a { background-color: rgb(164,82,116); }

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

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

 span { border-color: rgb(164,82,116); }

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