#A7506E

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

Shades of Royal Heath #A7506E

Tints of Royal Heath #A7506E

Color information

#A7506E (or 0xA7506E) is unknown color: approx Royal Heath. HEX triplet: A7, 50 and 6E. RGB value is (167,80,110). Sum of RGB (Red+Green+Blue) = 167+80+110=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A7506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7506E is #58AF91. Grayscale: #6D6D6D. Windows color (decimal): -5812114 or 7229607. OLE color: 7229607.

HSL color Cylindrical-coordinate representation of color #A7506E: hue angle of 339.31º 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 #A7506E is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB16780110-
CMYK00.520.340.35
HSL339.31º35.22%48.43%-
HSV(B)339.31º52.1%65.49%-
XYZ21.6215.0816.52-
YUV109.43128.32169.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.78%
GREEN value IS 80 (31.64% from 255) = 22.41%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=46.78%
G=22.41%
B=30.81%

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
Decimal1678011000.520.340.35339.3135.2248.43
HexA7506E03422231532330
Octal24712015606442435234360
Binary10100111101000011011100110100100010100011101010011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7506E; }

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

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

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

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

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

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

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

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