#A35472

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

Shades of Royal Heath #A35472

Tints of Royal Heath #A35472

Color information

#A35472 (or 0xA35472) is unknown color: approx Royal Heath. HEX triplet: A3, 54 and 72. RGB value is (163,84,114). Sum of RGB (Red+Green+Blue) = 163+84+114=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A35472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35472 is #5CAB8D. Grayscale: #6F6F6F. Windows color (decimal): -6073230 or 7492771. OLE color: 7492771.

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

Color convert

RGB16384114-
CMYK00.480.300.36
HSL337.22º31.98%48.43%-
HSV(B)337.22º48.47%63.92%-
XYZ21.3115.3417.76-
YUV111.04129.67165.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.15%
GREEN value IS 84 (33.20% from 255) = 23.27%
BLUE value IS 114 (44.92% from 255) = 31.58%
R=45.15%
G=23.27%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638411400.480.300.36337.2231.9848.43
HexA354720301E241512030
Octal24312416206036445214060
Binary1010001110101001110010011000011110100100101010001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35472; }

 p { color: rgb(163,84,114); }

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

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

 a { background-color: rgb(163,84,114); }

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

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

 span { border-color: rgb(163,84,114); }

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