Html Css Color HEX #A94D6C Royal Heath

📋 copy color: '#A94D6C'

red 169 ◦ green 77 ◦ blue 108

#A94D6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #A94D6C

Tints of Royal Heath #A94D6C

RGB

 RED value IS 169 (66.41% from 255) = 47.74%

 GREEN value IS 77 (30.47% from 255) = 21.75%

 BLUE value IS 108 (42.58% from 255) = 30.51%

R = 47.74%
G = 21.75%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A94D6C (or 0xA94D6C) is known color: Royal Heath. HEX triplet: A9, 4D and 6C. RGB value is (169,77,108). Sum of RGB (Red+Green+Blue) = 169+77+108=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94D6C is #56B293. Grayscale: #6C6C6C. Windows color (decimal): -5681812 or 7097769. OLE color: 7097769.

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

Color convert

RGB 169 77 108 -
CMYK 0 0.54 0.36 0.34
HSL 339.78º 0.37% 0.48% -
HSV(B) 339.78º 0.54% 0.66% -
XYZ 21.72 14.83 15.9 -
YUV 108.04 127.98 171.48 -
System Red Green Blue C M Y K H S L
Decimal 169 77 108 0 0.54 0.36 0.34 339.78 0.37 0.48
Hex A9 4D 6C 0 36 24 22 154 25 30
Octal 251 115 154 0 66 44 42 524 45 60
Binary 10101001 1001101 1101100 0 110110 100100 100010 101010100 100101 110000

Color Harmonies of #A94D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94D6C

Black with #A94D6C

Text Example


Text Example

White with #A94D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94D6C; }

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

 H1.HeaderClassName
 {
   color: #A94D6C;
 }
 .AnyTagClassName
 {
   color: #A94D6C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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