Html Css Color HEX #A4326B Rouge

📋 copy color: '#A4326B'

red 164 ◦ green 50 ◦ blue 107

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

Shades of Rouge #A4326B

Tints of Rouge #A4326B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.33%

R = 51.09%
G = 15.58%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4326B (or 0xA4326B) is known color: Rouge. HEX triplet: A4, 32 and 6B. RGB value is (164,50,107). Sum of RGB (Red+Green+Blue) = 164+50+107=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A4326B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4326B is #5BCD94. Grayscale: #5A5A5A. Windows color (decimal): -6016405 or 7025316. OLE color: 7025316.

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

Color convert

RGB 164 50 107 -
CMYK 0 0.70 0.35 0.36
HSL 330º 0.53% 0.42% -
HSV(B) 330º 0.7% 0.64% -
XYZ 19.1 11.24 15.07 -
YUV 90.58 137.27 180.37 -
System Red Green Blue C M Y K H S L
Decimal 164 50 107 0 0.70 0.35 0.36 330 0.53 0.42
Hex A4 32 6B 0 46 23 24 14A 35 2A
Octal 244 62 153 0 106 43 44 512 65 52
Binary 10100100 110010 1101011 0 1000110 100011 100100 101001010 110101 101010

Color Harmonies of #A4326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4326B

Black with #A4326B

Text Example


Text Example

White with #A4326B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4326B; }

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

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

background-color css

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

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

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

border-color css

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

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

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