Html Css Color HEX #A45477 Royal Heath

📋 copy color: '#A45477'

red 164 ◦ green 84 ◦ blue 119

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

Shades of Royal Heath #A45477

Tints of Royal Heath #A45477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.89%

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

R = 44.69%
G = 22.89%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A45477 (or 0xA45477) is known color: Royal Heath. HEX triplet: A4, 54 and 77. RGB value is (164,84,119). Sum of RGB (Red+Green+Blue) = 164+84+119=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A45477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45477 is #5BAB88. Grayscale: #6F6F6F. Windows color (decimal): -6007689 or 7820452. OLE color: 7820452.

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

Color convert

RGB 164 84 119 -
CMYK 0 0.49 0.27 0.36
HSL 333.75º 0.32% 0.49% -
HSV(B) 333.75º 0.49% 0.64% -
XYZ 21.81 15.57 19.31 -
YUV 111.91 132 165.15 -
System Red Green Blue C M Y K H S L
Decimal 164 84 119 0 0.49 0.27 0.36 333.75 0.32 0.49
Hex A4 54 77 0 31 1B 24 14E 20 31
Octal 244 124 167 0 61 33 44 516 40 61
Binary 10100100 1010100 1110111 0 110001 11011 100100 101001110 100000 110001

Color Harmonies of #A45477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45477

Black with #A45477

Text Example


Text Example

White with #A45477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45477; }

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

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

background-color css

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

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

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

border-color css

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

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

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