Html Css Color HEX #A55373 Royal Heath

📋 copy color: '#A55373'

red 165 ◦ green 83 ◦ blue 115

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

Shades of Royal Heath #A55373

Tints of Royal Heath #A55373

RGB

 RED value IS 165 (64.84% from 255) = 45.45%

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

 BLUE value IS 115 (45.31% from 255) = 31.68%

R = 45.45%
G = 22.87%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A55373 (or 0xA55373) is known color: Royal Heath. HEX triplet: A5, 53 and 73. RGB value is (165,83,115). Sum of RGB (Red+Green+Blue) = 165+83+115=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A55373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55373 is #5AAC8C. Grayscale: #6F6F6F. Windows color (decimal): -5942413 or 7558053. OLE color: 7558053.

HSL color Cylindrical-coordinate representation of color #A55373: hue angle of 336.59º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A55373 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 83 115 -
CMYK 0 0.50 0.30 0.35
HSL 336.59º 0.33% 0.49% -
HSV(B) 336.59º 0.5% 0.65% -
XYZ 21.7 15.42 18.05 -
YUV 111.17 130.17 166.4 -
System Red Green Blue C M Y K H S L
Decimal 165 83 115 0 0.50 0.30 0.35 336.59 0.33 0.49
Hex A5 53 73 0 32 1E 23 151 21 31
Octal 245 123 163 0 62 36 43 521 41 61
Binary 10100101 1010011 1110011 0 110010 11110 100011 101010001 100001 110001

Color Harmonies of #A55373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55373

Black with #A55373

Text Example


Text Example

White with #A55373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55373; }

 p { color: rgb(165,83,115); }

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

background-color css

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

 a { background-color: rgb(165,83,115); }

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

border-color css

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

 span { border-color: rgb(165,83,115); }

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