Html Css Color HEX #A4286D Rouge

📋 copy color: '#A4286D'

red 164 ◦ green 40 ◦ blue 109

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

Shades of Rouge #A4286D

Tints of Rouge #A4286D

RGB

 RED value IS 164 (64.45% from 255) = 52.4%

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

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

R = 52.4%
G = 12.78%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4286D (or 0xA4286D) is known color: Rouge. HEX triplet: A4, 28 and 6D. RGB value is (164,40,109). Sum of RGB (Red+Green+Blue) = 164+40+109=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A4286D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4286D is #5BD792. Grayscale: #545454. Windows color (decimal): -6018963 or 7153828. OLE color: 7153828.

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

Color convert

RGB 164 40 109 -
CMYK 0 0.76 0.34 0.36
HSL 326.61º 0.61% 0.4% -
HSV(B) 326.61º 0.76% 0.64% -
XYZ 18.83 10.51 15.51 -
YUV 84.94 141.58 184.39 -
System Red Green Blue C M Y K H S L
Decimal 164 40 109 0 0.76 0.34 0.36 326.61 0.61 0.4
Hex A4 28 6D 0 4C 22 24 147 3D 28
Octal 244 50 155 0 114 42 44 507 75 50
Binary 10100100 101000 1101101 0 1001100 100010 100100 101000111 111101 101000

Color Harmonies of #A4286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4286D

Black with #A4286D

Text Example


Text Example

White with #A4286D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4286D; }

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

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

background-color css

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

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

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

border-color css

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

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

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