#A35672

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

Shades of Royal Heath #A35672

Tints of Royal Heath #A35672

Color information

#A35672 (or 0xA35672) is unknown color: approx Royal Heath. HEX triplet: A3, 56 and 72. RGB value is (163,86,114). Sum of RGB (Red+Green+Blue) = 163+86+114=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A35672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35672 is #5CA98D. Grayscale: #707070. Windows color (decimal): -6072718 or 7493283. OLE color: 7493283.

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

Color convert

RGB16386114-
CMYK00.470.300.36
HSL338.18º30.92%48.82%-
HSV(B)338.18º47.24%63.92%-
XYZ21.4715.6617.81-
YUV112.21129.01164.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.90%
GREEN value IS 86 (33.98% from 255) = 23.69%
BLUE value IS 114 (44.92% from 255) = 31.40%
R=44.90%
G=23.69%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638611400.470.300.36338.1830.9248.82
HexA3567202F1E241521f31
Octal24312616205736445223761
Binary101000111010110111001001011111111010010010101001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35672; }

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

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

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

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

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

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

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

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