Html Css Color HEX #A55976 Royal Heath

📋 copy color: '#A55976'

red 165 ◦ green 89 ◦ blue 118

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

Shades of Royal Heath #A55976

Tints of Royal Heath #A55976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.92%

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

R = 44.35%
G = 23.92%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A55976 (or 0xA55976) is known color: Royal Heath. HEX triplet: A5, 59 and 76. RGB value is (165,89,118). Sum of RGB (Red+Green+Blue) = 165+89+118=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A55976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55976 is #5AA689. Grayscale: #727272. Windows color (decimal): -5940874 or 7756197. OLE color: 7756197.

HSL color Cylindrical-coordinate representation of color #A55976: hue angle of 337.11º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A55976 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 89 118 -
CMYK 0 0.46 0.28 0.35
HSL 337.11º 0.3% 0.5% -
HSV(B) 337.11º 0.46% 0.65% -
XYZ 22.36 16.45 19.14 -
YUV 115.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 165 89 118 0 0.46 0.28 0.35 337.11 0.3 0.5
Hex A5 59 76 0 2E 1C 23 151 1E 32
Octal 245 131 166 0 56 34 43 521 36 62
Binary 10100101 1011001 1110110 0 101110 11100 100011 101010001 11110 110010

Color Harmonies of #A55976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55976

Black with #A55976

Text Example


Text Example

White with #A55976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55976; }

 p { color: rgb(165,89,118); }

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

background-color css

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

 a { background-color: rgb(165,89,118); }

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

border-color css

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

 span { border-color: rgb(165,89,118); }

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