#A45372

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

Shades of Royal Heath #A45372

Tints of Royal Heath #A45372

Color information

#A45372 (or 0xA45372) is unknown color: approx Royal Heath. HEX triplet: A4, 53 and 72. RGB value is (164,83,114). Sum of RGB (Red+Green+Blue) = 164+83+114=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A45372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45372 is #5BAC8D. Grayscale: #6E6E6E. Windows color (decimal): -6007950 or 7492516. OLE color: 7492516.

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

Color convert

RGB16483114-
CMYK00.490.300.36
HSL337.04º32.79%48.43%-
HSV(B)337.04º49.39%64.31%-
XYZ21.4415.2917.74-
YUV110.75129.84165.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.43%
GREEN value IS 83 (32.81% from 255) = 22.99%
BLUE value IS 114 (44.92% from 255) = 31.58%
R=45.43%
G=22.99%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648311400.490.300.36337.0432.7948.43
HexA453720311E241512130
Octal24412316206136445214160
Binary1010010010100111110010011000111110100100101010001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45372; }

 p { color: rgb(164,83,114); }

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

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

 a { background-color: rgb(164,83,114); }

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

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

 span { border-color: rgb(164,83,114); }

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