Html Css Color HEX #A9476D Rouge

📋 copy color: '#A9476D'

red 169 ◦ green 71 ◦ blue 109

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

Shades of Rouge #A9476D

Tints of Rouge #A9476D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.34%

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

R = 48.42%
G = 20.34%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A9476D (or 0xA9476D) is known color: Rouge. HEX triplet: A9, 47 and 6D. RGB value is (169,71,109). Sum of RGB (Red+Green+Blue) = 169+71+109=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A9476D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9476D is #56B892. Grayscale: #686868. Windows color (decimal): -5683347 or 7161769. OLE color: 7161769.

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

Color convert

RGB 169 71 109 -
CMYK 0 0.58 0.36 0.34
HSL 336.73º 0.41% 0.47% -
HSV(B) 336.73º 0.58% 0.66% -
XYZ 21.38 14.05 16.05 -
YUV 104.63 130.47 173.91 -
System Red Green Blue C M Y K H S L
Decimal 169 71 109 0 0.58 0.36 0.34 336.73 0.41 0.47
Hex A9 47 6D 0 3A 24 22 151 29 2F
Octal 251 107 155 0 72 44 42 521 51 57
Binary 10101001 1000111 1101101 0 111010 100100 100010 101010001 101001 101111

Color Harmonies of #A9476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9476D

Black with #A9476D

Text Example


Text Example

White with #A9476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9476D; }

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

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

background-color css

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

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

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

border-color css

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

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

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