#A35676

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

Shades of Royal Heath #A35676

Tints of Royal Heath #A35676

Color information

#A35676 (or 0xA35676) is unknown color: approx Royal Heath. HEX triplet: A3, 56 and 76. RGB value is (163,86,118). Sum of RGB (Red+Green+Blue) = 163+86+118=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A35676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35676 is #5CA989. Grayscale: #707070. Windows color (decimal): -6072714 or 7755427. OLE color: 7755427.

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

Color convert

RGB16386118-
CMYK00.470.280.36
HSL335.06º30.92%48.82%-
HSV(B)335.06º47.24%63.92%-
XYZ21.715.7519.04-
YUV112.67131.01163.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.41%
GREEN value IS 86 (33.98% from 255) = 23.43%
BLUE value IS 118 (46.48% from 255) = 32.15%
R=44.41%
G=23.43%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638611800.470.280.36335.0630.9248.82
HexA3567602F1C2414f1f31
Octal24312616605734445173761
Binary101000111010110111011001011111110010010010100111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35676; }

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

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

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

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

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

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

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

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