Html Css Color HEX #A04D72 Royal Heath

📋 copy color: '#A04D72'

red 160 ◦ green 77 ◦ blue 114

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

Shades of Royal Heath #A04D72

Tints of Royal Heath #A04D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.48%

R = 45.58%
G = 21.94%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A04D72 (or 0xA04D72) is known color: Royal Heath. HEX triplet: A0, 4D and 72. RGB value is (160,77,114). Sum of RGB (Red+Green+Blue) = 160+77+114=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04D72 is #5FB28D. Grayscale: #696969. Windows color (decimal): -6271630 or 7490976. OLE color: 7490976.

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

Color convert

RGB 160 77 114 -
CMYK 0 0.52 0.29 0.37
HSL 333.25º 0.35% 0.46% -
HSV(B) 333.25º 0.52% 0.63% -
XYZ 20.19 14 17.56 -
YUV 106.04 132.5 166.49 -
System Red Green Blue C M Y K H S L
Decimal 160 77 114 0 0.52 0.29 0.37 333.25 0.35 0.46
Hex A0 4D 72 0 34 1D 25 14D 23 2E
Octal 240 115 162 0 64 35 45 515 43 56
Binary 10100000 1001101 1110010 0 110100 11101 100101 101001101 100011 101110

Color Harmonies of #A04D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04D72

Black with #A04D72

Text Example


Text Example

White with #A04D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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