#A7506F

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

Shades of Royal Heath #A7506F

Tints of Royal Heath #A7506F

Color information

#A7506F (or 0xA7506F) is unknown color: approx Royal Heath. HEX triplet: A7, 50 and 6F. RGB value is (167,80,111). Sum of RGB (Red+Green+Blue) = 167+80+111=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A7506F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7506F is #58AF90. Grayscale: #6D6D6D. Windows color (decimal): -5812113 or 7295143. OLE color: 7295143.

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

Color convert

RGB16780111-
CMYK00.520.340.35
HSL338.62º35.22%48.43%-
HSV(B)338.62º52.1%65.49%-
XYZ21.6715.116.81-
YUV109.55128.82168.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.65%
GREEN value IS 80 (31.64% from 255) = 22.35%
BLUE value IS 111 (43.75% from 255) = 31.01%
R=46.65%
G=22.35%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678011100.520.340.35338.6235.2248.43
HexA7506F03422231532330
Octal24712015706442435234360
Binary10100111101000011011110110100100010100011101010011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7506F; }

 p { color: rgb(167,80,111); }

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

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

 a { background-color: rgb(167,80,111); }

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

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

 span { border-color: rgb(167,80,111); }

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