Html Css Color HEX #A94976 Royal Heath

📋 copy color: '#A94976'

red 169 ◦ green 73 ◦ blue 118

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

Shades of Royal Heath #A94976

Tints of Royal Heath #A94976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.28%

 BLUE value IS 118 (46.48% from 255) = 32.78%

R = 46.94%
G = 20.28%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A94976 (or 0xA94976) is known color: Royal Heath. HEX triplet: A9, 49 and 76. RGB value is (169,73,118). Sum of RGB (Red+Green+Blue) = 169+73+118=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A94976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94976 is #56B689. Grayscale: #6A6A6A. Windows color (decimal): -5682826 or 7752105. OLE color: 7752105.

HSL color Cylindrical-coordinate representation of color #A94976: hue angle of 331.88º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A94976 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 73 118 -
CMYK 0 0.57 0.30 0.34
HSL 331.88º 0.4% 0.47% -
HSV(B) 331.88º 0.57% 0.66% -
XYZ 22.01 14.51 18.78 -
YUV 106.83 134.3 172.34 -
System Red Green Blue C M Y K H S L
Decimal 169 73 118 0 0.57 0.30 0.34 331.88 0.4 0.47
Hex A9 49 76 0 39 1E 22 14C 28 2F
Octal 251 111 166 0 71 36 42 514 50 57
Binary 10101001 1001001 1110110 0 111001 11110 100010 101001100 101000 101111

Color Harmonies of #A94976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94976

Black with #A94976

Text Example


Text Example

White with #A94976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94976; }

 p { color: rgb(169,73,118); }

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

background-color css

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

 a { background-color: rgb(169,73,118); }

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

border-color css

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

 span { border-color: rgb(169,73,118); }

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