Html Css Color HEX #A04E77 Royal Heath

📋 copy color: '#A04E77'

red 160 ◦ green 78 ◦ blue 119

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

Shades of Royal Heath #A04E77

Tints of Royal Heath #A04E77

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.85%

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

R = 44.82%
G = 21.85%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A04E77 (or 0xA04E77) is known color: Royal Heath. HEX triplet: A0, 4E and 77. RGB value is (160,78,119). Sum of RGB (Red+Green+Blue) = 160+78+119=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E77 is #5FB188. Grayscale: #6B6B6B. Windows color (decimal): -6271369 or 7818912. OLE color: 7818912.

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

Color convert

RGB 160 78 119 -
CMYK 0 0.51 0.26 0.37
HSL 330º 0.34% 0.47% -
HSV(B) 330º 0.51% 0.63% -
XYZ 20.55 14.25 19.12 -
YUV 107.19 134.67 165.67 -
System Red Green Blue C M Y K H S L
Decimal 160 78 119 0 0.51 0.26 0.37 330 0.34 0.47
Hex A0 4E 77 0 33 1A 25 14A 22 2F
Octal 240 116 167 0 63 32 45 512 42 57
Binary 10100000 1001110 1110111 0 110011 11010 100101 101001010 100010 101111

Color Harmonies of #A04E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04E77

Black with #A04E77

Text Example


Text Example

White with #A04E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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