#A35572

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

Shades of Royal Heath #A35572

Tints of Royal Heath #A35572

Color information

#A35572 (or 0xA35572) is unknown color: approx Royal Heath. HEX triplet: A3, 55 and 72. RGB value is (163,85,114). Sum of RGB (Red+Green+Blue) = 163+85+114=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A35572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35572 is #5CAA8D. Grayscale: #6F6F6F. Windows color (decimal): -6072974 or 7493027. OLE color: 7493027.

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

Color convert

RGB16385114-
CMYK00.480.300.36
HSL337.69º31.45%48.63%-
HSV(B)337.69º47.85%63.92%-
XYZ21.3915.517.78-
YUV111.63129.34164.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.03%
GREEN value IS 85 (33.59% from 255) = 23.48%
BLUE value IS 114 (44.92% from 255) = 31.49%
R=45.03%
G=23.48%
B=31.49%

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
Decimal1638511400.480.300.36337.6931.4548.63
HexA355720301E241521f31
Octal24312516206036445223761
Binary101000111010101111001001100001111010010010101001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35572; }

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

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

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

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

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

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

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

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