#A4506F

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

Shades of Royal Heath #A4506F

Tints of Royal Heath #A4506F

Color information

#A4506F (or 0xA4506F) is unknown color: approx Royal Heath. HEX triplet: A4, 50 and 6F. RGB value is (164,80,111). Sum of RGB (Red+Green+Blue) = 164+80+111=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A4506F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4506F is #5BAF90. Grayscale: #6C6C6C. Windows color (decimal): -6008721 or 7295140. OLE color: 7295140.

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

Color convert

RGB16480111-
CMYK00.510.320.36
HSL337.86º34.43%47.84%-
HSV(B)337.86º51.22%64.31%-
XYZ21.0514.7816.78-
YUV108.65129.33167.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 80 (31.64% from 255) = 22.54%
BLUE value IS 111 (43.75% from 255) = 31.27%
R=46.20%
G=22.54%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648011100.510.320.36337.8634.4347.84
HexA4506F03320241522230
Octal24412015706340445224260
Binary10100100101000011011110110011100000100100101010010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4506F; }

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

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

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

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

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

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

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

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