#A75772

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

Shades of Royal Heath #A75772

Tints of Royal Heath #A75772

Color information

#A75772 (or 0xA75772) is unknown color: approx Royal Heath. HEX triplet: A7, 57 and 72. RGB value is (167,87,114). Sum of RGB (Red+Green+Blue) = 167+87+114=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 167 - color contains mainly: red. Hex color #A75772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75772 is #58A88D. Grayscale: #717171. Windows color (decimal): -5810318 or 7493543. OLE color: 7493543.

HSL color Cylindrical-coordinate representation of color #A75772: hue angle of 339.75º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A75772 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB16787114-
CMYK00.480.320.35
HSL339.75º31.5%49.8%-
HSV(B)339.75º47.9%65.49%-
XYZ22.3816.2517.88-
YUV114128165.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.38%
GREEN value IS 87 (34.38% from 255) = 23.64%
BLUE value IS 114 (44.92% from 255) = 30.98%
R=45.38%
G=23.64%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678711400.480.320.35339.7531.549.8
HexA7577203020231541f32
Octal24712716206040435243762
Binary1010011110101111110010011000010000010001110101010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75772; }

 p { color: rgb(167,87,114); }

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

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

 a { background-color: rgb(167,87,114); }

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

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

 span { border-color: rgb(167,87,114); }

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