Html Css Color HEX #A8506D Royal Heath

📋 copy color: '#A8506D'

red 168 ◦ green 80 ◦ blue 109

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

Shades of Royal Heath #A8506D

Tints of Royal Heath #A8506D

RGB

 RED value IS 168 (66.02% from 255) = 47.06%

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

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

R = 47.06%
G = 22.41%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8506D (or 0xA8506D) is known color: Royal Heath. HEX triplet: A8, 50 and 6D. RGB value is (168,80,109). Sum of RGB (Red+Green+Blue) = 168+80+109=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A8506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8506D is #57AF92. Grayscale: #6D6D6D. Windows color (decimal): -5746579 or 7164072. OLE color: 7164072.

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

Color convert

RGB 168 80 109 -
CMYK 0 0.52 0.35 0.34
HSL 340.23º 0.35% 0.49% -
HSV(B) 340.23º 0.52% 0.66% -
XYZ 21.78 15.17 16.25 -
YUV 109.62 127.65 169.64 -
System Red Green Blue C M Y K H S L
Decimal 168 80 109 0 0.52 0.35 0.34 340.23 0.35 0.49
Hex A8 50 6D 0 34 23 22 154 23 31
Octal 250 120 155 0 64 43 42 524 43 61
Binary 10101000 1010000 1101101 0 110100 100011 100010 101010100 100011 110001

Color Harmonies of #A8506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8506D

Black with #A8506D

Text Example


Text Example

White with #A8506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8506D; }

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

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

background-color css

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

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

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

border-color css

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

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

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