Html Css Color HEX #A44076 Royal Heath

📋 copy color: '#A44076'

red 164 ◦ green 64 ◦ blue 118

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

Shades of Royal Heath #A44076

Tints of Royal Heath #A44076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.5%

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

R = 47.4%
G = 18.5%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A44076 (or 0xA44076) is known color: Royal Heath. HEX triplet: A4, 40 and 76. RGB value is (164,64,118). Sum of RGB (Red+Green+Blue) = 164+64+118=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A44076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44076 is #5BBF89. Grayscale: #636363. Windows color (decimal): -6012810 or 7749796. OLE color: 7749796.

HSL color Cylindrical-coordinate representation of color #A44076: hue angle of 327.6º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A44076 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 64 118 -
CMYK 0 0.61 0.28 0.36
HSL 327.6º 0.44% 0.45% -
HSV(B) 327.6º 0.61% 0.64% -
XYZ 20.41 12.87 18.55 -
YUV 100.06 138.13 173.61 -
System Red Green Blue C M Y K H S L
Decimal 164 64 118 0 0.61 0.28 0.36 327.6 0.44 0.45
Hex A4 40 76 0 3D 1C 24 148 2C 2D
Octal 244 100 166 0 75 34 44 510 54 55
Binary 10100100 1000000 1110110 0 111101 11100 100100 101001000 101100 101101

Color Harmonies of #A44076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44076

Black with #A44076

Text Example


Text Example

White with #A44076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44076; }

 p { color: rgb(164,64,118); }

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

background-color css

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

 a { background-color: rgb(164,64,118); }

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

border-color css

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

 span { border-color: rgb(164,64,118); }

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