Html Css Color HEX #A15577 Royal Heath

📋 copy color: '#A15577'

red 161 ◦ green 85 ◦ blue 119

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

Shades of Royal Heath #A15577

Tints of Royal Heath #A15577

RGB

 RED value IS 161 (63.28% from 255) = 44.11%

 GREEN value IS 85 (33.59% from 255) = 23.29%

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

R = 44.11%
G = 23.29%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A15577 (or 0xA15577) is known color: Royal Heath. HEX triplet: A1, 55 and 77. RGB value is (161,85,119). Sum of RGB (Red+Green+Blue) = 161+85+119=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A15577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15577 is #5EAA88. Grayscale: #6F6F6F. Windows color (decimal): -6204041 or 7820705. OLE color: 7820705.

HSL color Cylindrical-coordinate representation of color #A15577: hue angle of 333.16º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A15577 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 85 119 -
CMYK 0 0.47 0.26 0.37
HSL 333.16º 0.31% 0.48% -
HSV(B) 333.16º 0.47% 0.63% -
XYZ 21.28 15.41 19.31 -
YUV 111.6 132.18 163.24 -
System Red Green Blue C M Y K H S L
Decimal 161 85 119 0 0.47 0.26 0.37 333.16 0.31 0.48
Hex A1 55 77 0 2F 1A 25 14D 1F 30
Octal 241 125 167 0 57 32 45 515 37 60
Binary 10100001 1010101 1110111 0 101111 11010 100101 101001101 11111 110000

Color Harmonies of #A15577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15577

Black with #A15577

Text Example


Text Example

White with #A15577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15577; }

 p { color: rgb(161,85,119); }

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

background-color css

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

 a { background-color: rgb(161,85,119); }

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

border-color css

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

 span { border-color: rgb(161,85,119); }

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