Html Css Color HEX #A9486F Royal Heath

📋 copy color: '#A9486F'

red 169 ◦ green 72 ◦ blue 111

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

Shades of Royal Heath #A9486F

Tints of Royal Heath #A9486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.45%

 BLUE value IS 111 (43.75% from 255) = 31.53%

R = 48.01%
G = 20.45%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A9486F (or 0xA9486F) is known color: Royal Heath. HEX triplet: A9, 48 and 6F. RGB value is (169,72,111). Sum of RGB (Red+Green+Blue) = 169+72+111=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A9486F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9486F is #56B790. Grayscale: #696969. Windows color (decimal): -5683089 or 7293097. OLE color: 7293097.

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

Color convert

RGB 169 72 111 -
CMYK 0 0.57 0.34 0.34
HSL 335.88º 0.4% 0.47% -
HSV(B) 335.88º 0.57% 0.66% -
XYZ 21.55 14.22 16.65 -
YUV 105.45 131.14 173.33 -
System Red Green Blue C M Y K H S L
Decimal 169 72 111 0 0.57 0.34 0.34 335.88 0.4 0.47
Hex A9 48 6F 0 39 22 22 150 28 2F
Octal 251 110 157 0 71 42 42 520 50 57
Binary 10101001 1001000 1101111 0 111001 100010 100010 101010000 101000 101111

Color Harmonies of #A9486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9486F

Black with #A9486F

Text Example


Text Example

White with #A9486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9486F; }

 p { color: rgb(169,72,111); }

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

background-color css

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

 a { background-color: rgb(169,72,111); }

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

border-color css

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

 span { border-color: rgb(169,72,111); }

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