Html Css Color HEX #A5506D Royal Heath

📋 copy color: '#A5506D'

red 165 ◦ green 80 ◦ blue 109

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

Shades of Royal Heath #A5506D

Tints of Royal Heath #A5506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.6%

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

R = 46.61%
G = 22.6%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A5506D (or 0xA5506D) is known color: Royal Heath. HEX triplet: A5, 50 and 6D. RGB value is (165,80,109). Sum of RGB (Red+Green+Blue) = 165+80+109=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A5506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5506D is #5AAF92. Grayscale: #6C6C6C. Windows color (decimal): -5943187 or 7164069. OLE color: 7164069.

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

Color convert

RGB 165 80 109 -
CMYK 0 0.52 0.34 0.35
HSL 339.53º 0.35% 0.48% -
HSV(B) 339.53º 0.52% 0.65% -
XYZ 21.15 14.84 16.22 -
YUV 108.72 128.16 168.14 -
System Red Green Blue C M Y K H S L
Decimal 165 80 109 0 0.52 0.34 0.35 339.53 0.35 0.48
Hex A5 50 6D 0 34 22 23 154 23 30
Octal 245 120 155 0 64 42 43 524 43 60
Binary 10100101 1010000 1101101 0 110100 100010 100011 101010100 100011 110000

Color Harmonies of #A5506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5506D

Black with #A5506D

Text Example


Text Example

White with #A5506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5506D; }

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

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

background-color css

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

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

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

border-color css

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

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

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