Html Css Color HEX #A9506D Royal Heath

📋 copy color: '#A9506D'

red 169 ◦ green 80 ◦ blue 109

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

Shades of Royal Heath #A9506D

Tints of Royal Heath #A9506D

RGB

 RED value IS 169 (66.41% from 255) = 47.21%

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

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

R = 47.21%
G = 22.35%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A9506D (or 0xA9506D) is known color: Royal Heath. HEX triplet: A9, 50 and 6D. RGB value is (169,80,109). Sum of RGB (Red+Green+Blue) = 169+80+109=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A9506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9506D is #56AF92. Grayscale: #6D6D6D. Windows color (decimal): -5681043 or 7164073. OLE color: 7164073.

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

Color convert

RGB 169 80 109 -
CMYK 0 0.53 0.36 0.34
HSL 340.45º 0.36% 0.49% -
HSV(B) 340.45º 0.53% 0.66% -
XYZ 21.99 15.28 16.26 -
YUV 109.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 169 80 109 0 0.53 0.36 0.34 340.45 0.36 0.49
Hex A9 50 6D 0 35 24 22 154 24 31
Octal 251 120 155 0 65 44 42 524 44 61
Binary 10101001 1010000 1101101 0 110101 100100 100010 101010100 100100 110001

Color Harmonies of #A9506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9506D

Black with #A9506D

Text Example


Text Example

White with #A9506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9506D; }

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

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

background-color css

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

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

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

border-color css

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

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

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