Html Css Color HEX #A04D77 Royal Heath

📋 copy color: '#A04D77'

red 160 ◦ green 77 ◦ blue 119

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

Shades of Royal Heath #A04D77

Tints of Royal Heath #A04D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.43%

R = 44.94%
G = 21.63%
B = 33.43%

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

#A04D77 (or 0xA04D77) is known color: Royal Heath. HEX triplet: A0, 4D and 77. RGB value is (160,77,119). Sum of RGB (Red+Green+Blue) = 160+77+119=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04D77 is #5FB288. Grayscale: #6A6A6A. Windows color (decimal): -6271625 or 7818656. OLE color: 7818656.

HSL color Cylindrical-coordinate representation of color #A04D77: hue angle of 329.64º 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 #A04D77 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 77 119 -
CMYK 0 0.52 0.26 0.37
HSL 329.64º 0.35% 0.46% -
HSV(B) 329.64º 0.52% 0.63% -
XYZ 20.48 14.11 19.1 -
YUV 106.61 135 166.08 -
System Red Green Blue C M Y K H S L
Decimal 160 77 119 0 0.52 0.26 0.37 329.64 0.35 0.46
Hex A0 4D 77 0 34 1A 25 14A 23 2E
Octal 240 115 167 0 64 32 45 512 43 56
Binary 10100000 1001101 1110111 0 110100 11010 100101 101001010 100011 101110

Color Harmonies of #A04D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04D77

Black with #A04D77

Text Example


Text Example

White with #A04D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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