Html Css Color HEX #A6506D Royal Heath

📋 copy color: '#A6506D'

red 166 ◦ green 80 ◦ blue 109

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

Shades of Royal Heath #A6506D

Tints of Royal Heath #A6506D

RGB

 RED value IS 166 (65.23% from 255) = 46.76%

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

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

R = 46.76%
G = 22.54%
B = 30.7%

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

#A6506D (or 0xA6506D) is known color: Royal Heath. HEX triplet: A6, 50 and 6D. RGB value is (166,80,109). Sum of RGB (Red+Green+Blue) = 166+80+109=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A6506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6506D is #59AF92. Grayscale: #6C6C6C. Windows color (decimal): -5877651 or 7164070. OLE color: 7164070.

HSL color Cylindrical-coordinate representation of color #A6506D: hue angle of 339.77º 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 #A6506D is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 80 109 -
CMYK 0 0.52 0.34 0.35
HSL 339.77º 0.35% 0.48% -
HSV(B) 339.77º 0.52% 0.65% -
XYZ 21.35 14.95 16.23 -
YUV 109.02 127.99 168.64 -
System Red Green Blue C M Y K H S L
Decimal 166 80 109 0 0.52 0.34 0.35 339.77 0.35 0.48
Hex A6 50 6D 0 34 22 23 154 23 30
Octal 246 120 155 0 64 42 43 524 43 60
Binary 10100110 1010000 1101101 0 110100 100010 100011 101010100 100011 110000

Color Harmonies of #A6506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6506D

Black with #A6506D

Text Example


Text Example

White with #A6506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6506D; }

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

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

background-color css

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

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

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

border-color css

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

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

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