Html Css Color HEX #A9486D Rouge

📋 copy color: '#A9486D'

red 169 ◦ green 72 ◦ blue 109

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

Shades of Rouge #A9486D

Tints of Rouge #A9486D

RGB

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

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

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

R = 48.29%
G = 20.57%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A9486D (or 0xA9486D) is known color: Rouge. HEX triplet: A9, 48 and 6D. RGB value is (169,72,109). Sum of RGB (Red+Green+Blue) = 169+72+109=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A9486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9486D is #56B792. Grayscale: #696969. Windows color (decimal): -5683091 or 7162025. OLE color: 7162025.

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

Color convert

RGB 169 72 109 -
CMYK 0 0.57 0.36 0.34
HSL 337.11º 0.4% 0.47% -
HSV(B) 337.11º 0.57% 0.66% -
XYZ 21.44 14.17 16.07 -
YUV 105.22 130.14 173.49 -
System Red Green Blue C M Y K H S L
Decimal 169 72 109 0 0.57 0.36 0.34 337.11 0.4 0.47
Hex A9 48 6D 0 39 24 22 151 28 2F
Octal 251 110 155 0 71 44 42 521 50 57
Binary 10101001 1001000 1101101 0 111001 100100 100010 101010001 101000 101111

Color Harmonies of #A9486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9486D

Black with #A9486D

Text Example


Text Example

White with #A9486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9486D; }

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

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

background-color css

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

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

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

border-color css

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

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

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