Html Css Color HEX #A9286D Rouge

📋 copy color: '#A9286D'

red 169 ◦ green 40 ◦ blue 109

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

Shades of Rouge #A9286D

Tints of Rouge #A9286D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.58%

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

R = 53.14%
G = 12.58%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A9286D (or 0xA9286D) is known color: Rouge. HEX triplet: A9, 28 and 6D. RGB value is (169,40,109). Sum of RGB (Red+Green+Blue) = 169+40+109=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A9286D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9286D is #56D792. Grayscale: #565656. Windows color (decimal): -5691283 or 7153833. OLE color: 7153833.

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

Color convert

RGB 169 40 109 -
CMYK 0 0.76 0.36 0.34
HSL 327.91º 0.62% 0.41% -
HSV(B) 327.91º 0.76% 0.66% -
XYZ 19.88 11.06 15.55 -
YUV 86.44 140.74 186.89 -
System Red Green Blue C M Y K H S L
Decimal 169 40 109 0 0.76 0.36 0.34 327.91 0.62 0.41
Hex A9 28 6D 0 4C 24 22 148 3E 29
Octal 251 50 155 0 114 44 42 510 76 51
Binary 10101001 101000 1101101 0 1001100 100100 100010 101001000 111110 101001

Color Harmonies of #A9286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9286D

Black with #A9286D

Text Example


Text Example

White with #A9286D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9286D; }

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

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

background-color css

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

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

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

border-color css

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

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

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