#A35272

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

Shades of Royal Heath #A35272

Tints of Royal Heath #A35272

Color information

#A35272 (or 0xA35272) is unknown color: approx Royal Heath. HEX triplet: A3, 52 and 72. RGB value is (163,82,114). Sum of RGB (Red+Green+Blue) = 163+82+114=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A35272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35272 is #5CAD8D. Grayscale: #6D6D6D. Windows color (decimal): -6073742 or 7492259. OLE color: 7492259.

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

Color convert

RGB16382114-
CMYK00.500.300.36
HSL336.3º33.06%48.04%-
HSV(B)336.3º49.69%63.92%-
XYZ21.1615.0417.71-
YUV109.87130.34165.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.40%
GREEN value IS 82 (32.42% from 255) = 22.84%
BLUE value IS 114 (44.92% from 255) = 31.75%
R=45.40%
G=22.84%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638211400.500.300.36336.333.0648.04
HexA352720321E241502130
Octal24312216206236445204160
Binary1010001110100101110010011001011110100100101010000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35272; }

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

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

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

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

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

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

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

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