#A4526F

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

Shades of Royal Heath #A4526F

Tints of Royal Heath #A4526F

Color information

#A4526F (or 0xA4526F) is unknown color: approx Royal Heath. HEX triplet: A4, 52 and 6F. RGB value is (164,82,111). Sum of RGB (Red+Green+Blue) = 164+82+111=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A4526F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4526F is #5BAD90. Grayscale: #6D6D6D. Windows color (decimal): -6008209 or 7295652. OLE color: 7295652.

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

Color convert

RGB16482111-
CMYK00.50.320.36
HSL338.78º33.33%48.24%-
HSV(B)338.78º50%64.31%-
XYZ21.215.0716.83-
YUV109.82128.67166.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 82 (32.42% from 255) = 22.97%
BLUE value IS 111 (43.75% from 255) = 31.09%
R=45.94%
G=22.97%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648211100.50.320.36338.7833.3348.24
HexA4526F03220241532130
Octal24412215706240445234160
Binary10100100101001011011110110010100000100100101010011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4526F; }

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

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

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

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

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

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

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

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