Html Css Color HEX #A45577 Royal Heath

📋 copy color: '#A45577'

red 164 ◦ green 85 ◦ blue 119

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

Shades of Royal Heath #A45577

Tints of Royal Heath #A45577

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.1%

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

R = 44.57%
G = 23.1%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A45577 (or 0xA45577) is known color: Royal Heath. HEX triplet: A4, 55 and 77. RGB value is (164,85,119). Sum of RGB (Red+Green+Blue) = 164+85+119=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A45577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45577 is #5BAA88. Grayscale: #707070. Windows color (decimal): -6007433 or 7820708. OLE color: 7820708.

HSL color Cylindrical-coordinate representation of color #A45577: hue angle of 334.18º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A45577 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 85 119 -
CMYK 0 0.48 0.27 0.36
HSL 334.18º 0.32% 0.49% -
HSV(B) 334.18º 0.48% 0.64% -
XYZ 21.89 15.72 19.33 -
YUV 112.5 131.67 164.74 -
System Red Green Blue C M Y K H S L
Decimal 164 85 119 0 0.48 0.27 0.36 334.18 0.32 0.49
Hex A4 55 77 0 30 1B 24 14E 20 31
Octal 244 125 167 0 60 33 44 516 40 61
Binary 10100100 1010101 1110111 0 110000 11011 100100 101001110 100000 110001

Color Harmonies of #A45577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45577

Black with #A45577

Text Example


Text Example

White with #A45577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45577; }

 p { color: rgb(164,85,119); }

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

background-color css

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

 a { background-color: rgb(164,85,119); }

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

border-color css

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

 span { border-color: rgb(164,85,119); }

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