Html Css Color HEX #A4325E Rouge

📋 copy color: '#A4325E'

red 164 ◦ green 50 ◦ blue 94

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

Shades of Rouge #A4325E

Tints of Rouge #A4325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.23%

 BLUE value IS 94 (37.11% from 255) = 30.52%

R = 53.25%
G = 16.23%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4325E (or 0xA4325E) is known color: Rouge. HEX triplet: A4, 32 and 5E. RGB value is (164,50,94). Sum of RGB (Red+Green+Blue) = 164+50+94=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4325E is #5BCDA1. Grayscale: #595959. Windows color (decimal): -6016418 or 6173348. OLE color: 6173348.

HSL color Cylindrical-coordinate representation of color #A4325E: hue angle of 336.84º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A4325E is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 50 94 -
CMYK 0 0.70 0.43 0.36
HSL 336.84º 0.53% 0.42% -
HSV(B) 336.84º 0.7% 0.64% -
XYZ 18.47 10.98 11.74 -
YUV 89.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 164 50 94 0 0.70 0.43 0.36 336.84 0.53 0.42
Hex A4 32 5E 0 46 2B 24 151 35 2A
Octal 244 62 136 0 106 53 44 521 65 52
Binary 10100100 110010 1011110 0 1000110 101011 100100 101010001 110101 101010

Color Harmonies of #A4325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4325E

Black with #A4325E

Text Example


Text Example

White with #A4325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4325E; }

 p { color: rgb(164,50,94); }

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

background-color css

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

 a { background-color: rgb(164,50,94); }

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

border-color css

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

 span { border-color: rgb(164,50,94); }

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