Html Css Color HEX #A04D76 Royal Heath

📋 copy color: '#A04D76'

red 160 ◦ green 77 ◦ blue 118

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

Shades of Royal Heath #A04D76

Tints of Royal Heath #A04D76

RGB

 RED value IS 160 (62.89% from 255) = 45.07%

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

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

R = 45.07%
G = 21.69%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A04D76 (or 0xA04D76) is known color: Royal Heath. HEX triplet: A0, 4D and 76. RGB value is (160,77,118). Sum of RGB (Red+Green+Blue) = 160+77+118=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04D76 is #5FB289. Grayscale: #6A6A6A. Windows color (decimal): -6271626 or 7753120. OLE color: 7753120.

HSL color Cylindrical-coordinate representation of color #A04D76: hue angle of 330.36º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A04D76 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 77 118 -
CMYK 0 0.52 0.26 0.37
HSL 330.36º 0.35% 0.46% -
HSV(B) 330.36º 0.52% 0.63% -
XYZ 20.42 14.09 18.78 -
YUV 106.49 134.5 166.17 -
System Red Green Blue C M Y K H S L
Decimal 160 77 118 0 0.52 0.26 0.37 330.36 0.35 0.46
Hex A0 4D 76 0 34 1A 25 14A 23 2E
Octal 240 115 166 0 64 32 45 512 43 56
Binary 10100000 1001101 1110110 0 110100 11010 100101 101001010 100011 101110

Color Harmonies of #A04D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04D76

Black with #A04D76

Text Example


Text Example

White with #A04D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04D76; }

 p { color: rgb(160,77,118); }

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

background-color css

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

 a { background-color: rgb(160,77,118); }

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

border-color css

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

 span { border-color: rgb(160,77,118); }

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