Html Css Color HEX #A44D72 Royal Heath

📋 copy color: '#A44D72'

red 164 ◦ green 77 ◦ blue 114

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

Shades of Royal Heath #A44D72

Tints of Royal Heath #A44D72

RGB

 RED value IS 164 (64.45% from 255) = 46.2%

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

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

R = 46.2%
G = 21.69%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A44D72 (or 0xA44D72) is known color: Royal Heath. HEX triplet: A4, 4D and 72. RGB value is (164,77,114). Sum of RGB (Red+Green+Blue) = 164+77+114=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44D72 is #5BB28D. Grayscale: #6B6B6B. Windows color (decimal): -6009486 or 7490980. OLE color: 7490980.

HSL color Cylindrical-coordinate representation of color #A44D72: hue angle of 334.48º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A44D72 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 77 114 -
CMYK 0 0.53 0.30 0.36
HSL 334.48º 0.36% 0.47% -
HSV(B) 334.48º 0.53% 0.64% -
XYZ 21 14.42 17.6 -
YUV 107.23 131.82 168.49 -
System Red Green Blue C M Y K H S L
Decimal 164 77 114 0 0.53 0.30 0.36 334.48 0.36 0.47
Hex A4 4D 72 0 35 1E 24 14E 24 2F
Octal 244 115 162 0 65 36 44 516 44 57
Binary 10100100 1001101 1110010 0 110101 11110 100100 101001110 100100 101111

Color Harmonies of #A44D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44D72

Black with #A44D72

Text Example


Text Example

White with #A44D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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