#A74B6F

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

Shades of Royal Heath #A74B6F

Tints of Royal Heath #A74B6F

Color information

#A74B6F (or 0xA74B6F) is unknown color: approx Royal Heath. HEX triplet: A7, 4B and 6F. RGB value is (167,75,111). Sum of RGB (Red+Green+Blue) = 167+75+111=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74B6F is #58B490. Grayscale: #6A6A6A. Windows color (decimal): -5813393 or 7293863. OLE color: 7293863.

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

Color convert

RGB16775111-
CMYK00.550.340.35
HSL336.52º38.02%47.45%-
HSV(B)336.52º55.09%65.49%-
XYZ21.3214.416.69-
YUV106.61130.48171.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.31%
GREEN value IS 75 (29.69% from 255) = 21.25%
BLUE value IS 111 (43.75% from 255) = 31.44%
R=47.31%
G=21.25%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677511100.550.340.35336.5238.0247.45
HexA74B6F0372223151262f
Octal24711315706742435214657
Binary10100111100101111011110110111100010100011101010001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74B6F; }

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

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

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

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

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

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

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

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