Html Css Color HEX #A5516D Royal Heath

📋 copy color: '#A5516D'

red 165 ◦ green 81 ◦ blue 109

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

Shades of Royal Heath #A5516D

Tints of Royal Heath #A5516D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.82%

 BLUE value IS 109 (42.97% from 255) = 30.7%

R = 46.48%
G = 22.82%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A5516D (or 0xA5516D) is known color: Royal Heath. HEX triplet: A5, 51 and 6D. RGB value is (165,81,109). Sum of RGB (Red+Green+Blue) = 165+81+109=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A5516D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5516D is #5AAE92. Grayscale: #6D6D6D. Windows color (decimal): -5942931 or 7164325. OLE color: 7164325.

HSL color Cylindrical-coordinate representation of color #A5516D: hue angle of 340º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5516D is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 81 109 -
CMYK 0 0.51 0.34 0.35
HSL 340º 0.34% 0.48% -
HSV(B) 340º 0.51% 0.65% -
XYZ 21.22 14.99 16.24 -
YUV 109.31 127.83 167.72 -
System Red Green Blue C M Y K H S L
Decimal 165 81 109 0 0.51 0.34 0.35 340 0.34 0.48
Hex A5 51 6D 0 33 22 23 154 22 30
Octal 245 121 155 0 63 42 43 524 42 60
Binary 10100101 1010001 1101101 0 110011 100010 100011 101010100 100010 110000

Color Harmonies of #A5516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5516D

Black with #A5516D

Text Example


Text Example

White with #A5516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5516D; }

 p { color: rgb(165,81,109); }

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

background-color css

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

 a { background-color: rgb(165,81,109); }

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

border-color css

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

 span { border-color: rgb(165,81,109); }

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