Html Css Color HEX #A55876 Royal Heath

📋 copy color: '#A55876'

red 165 ◦ green 88 ◦ blue 118

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

Shades of Royal Heath #A55876

Tints of Royal Heath #A55876

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.72%

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

R = 44.47%
G = 23.72%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A55876 (or 0xA55876) is known color: Royal Heath. HEX triplet: A5, 58 and 76. RGB value is (165,88,118). Sum of RGB (Red+Green+Blue) = 165+88+118=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A55876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55876 is #5AA789. Grayscale: #727272. Windows color (decimal): -5941130 or 7755941. OLE color: 7755941.

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

Color convert

RGB 165 88 118 -
CMYK 0 0.47 0.28 0.35
HSL 336.62º 0.3% 0.5% -
HSV(B) 336.62º 0.47% 0.65% -
XYZ 22.28 16.29 19.11 -
YUV 114.44 130.01 164.06 -
System Red Green Blue C M Y K H S L
Decimal 165 88 118 0 0.47 0.28 0.35 336.62 0.3 0.5
Hex A5 58 76 0 2F 1C 23 151 1E 32
Octal 245 130 166 0 57 34 43 521 36 62
Binary 10100101 1011000 1110110 0 101111 11100 100011 101010001 11110 110010

Color Harmonies of #A55876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55876

Black with #A55876

Text Example


Text Example

White with #A55876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55876; }

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

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

background-color css

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

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

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

border-color css

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

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

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