#A94C6C

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

Shades of Royal Heath #A94C6C

Tints of Royal Heath #A94C6C

Color information

#A94C6C (or 0xA94C6C) is unknown color: approx Royal Heath. HEX triplet: A9, 4C and 6C. RGB value is (169,76,108). Sum of RGB (Red+Green+Blue) = 169+76+108=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94C6C is #56B393. Grayscale: #6B6B6B. Windows color (decimal): -5682068 or 7097513. OLE color: 7097513.

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

Color convert

RGB16976108-
CMYK00.550.360.34
HSL339.35º37.96%48.04%-
HSV(B)339.35º55.03%66.27%-
XYZ21.6514.6915.88-
YUV107.46128.31171.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.88%
GREEN value IS 76 (30.08% from 255) = 21.53%
BLUE value IS 108 (42.58% from 255) = 30.59%
R=47.88%
G=21.53%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697610800.550.360.34339.3537.9648.04
HexA94C6C03724221532630
Octal25111415406744425234660
Binary10101001100110011011000110111100100100010101010011100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94C6C; }

 p { color: rgb(169,76,108); }

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

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

 a { background-color: rgb(169,76,108); }

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

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

 span { border-color: rgb(169,76,108); }

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