Html Css Color HEX #A45377 Royal Heath

📋 copy color: '#A45377'

red 164 ◦ green 83 ◦ blue 119

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

Shades of Royal Heath #A45377

Tints of Royal Heath #A45377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.68%

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

R = 44.81%
G = 22.68%
B = 32.51%

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

#A45377 (or 0xA45377) is known color: Royal Heath. HEX triplet: A4, 53 and 77. RGB value is (164,83,119). Sum of RGB (Red+Green+Blue) = 164+83+119=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A45377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45377 is #5BAC88. Grayscale: #6F6F6F. Windows color (decimal): -6007945 or 7820196. OLE color: 7820196.

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

Color convert

RGB 164 83 119 -
CMYK 0 0.49 0.27 0.36
HSL 333.33º 0.33% 0.48% -
HSV(B) 333.33º 0.49% 0.64% -
XYZ 21.73 15.41 19.28 -
YUV 111.32 132.34 165.57 -
System Red Green Blue C M Y K H S L
Decimal 164 83 119 0 0.49 0.27 0.36 333.33 0.33 0.48
Hex A4 53 77 0 31 1B 24 14D 21 30
Octal 244 123 167 0 61 33 44 515 41 60
Binary 10100100 1010011 1110111 0 110001 11011 100100 101001101 100001 110000

Color Harmonies of #A45377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45377

Black with #A45377

Text Example


Text Example

White with #A45377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45377; }

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

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

background-color css

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

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

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

border-color css

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

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

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