Html Css Color HEX #A4396F Rouge

📋 copy color: '#A4396F'

red 164 ◦ green 57 ◦ blue 111

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

Shades of Rouge #A4396F

Tints of Rouge #A4396F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.17%

 BLUE value IS 111 (43.75% from 255) = 33.43%

R = 49.4%
G = 17.17%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A4396F (or 0xA4396F) is known color: Rouge. HEX triplet: A4, 39 and 6F. RGB value is (164,57,111). Sum of RGB (Red+Green+Blue) = 164+57+111=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A4396F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4396F is #5BC690. Grayscale: #5F5F5F. Windows color (decimal): -6014609 or 7289252. OLE color: 7289252.

HSL color Cylindrical-coordinate representation of color #A4396F: hue angle of 329.72º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A4396F is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 57 111 -
CMYK 0 0.65 0.32 0.36
HSL 329.72º 0.48% 0.43% -
HSV(B) 329.72º 0.65% 0.64% -
XYZ 19.64 11.97 16.31 -
YUV 95.15 136.95 177.11 -
System Red Green Blue C M Y K H S L
Decimal 164 57 111 0 0.65 0.32 0.36 329.72 0.48 0.43
Hex A4 39 6F 0 41 20 24 14A 30 2B
Octal 244 71 157 0 101 40 44 512 60 53
Binary 10100100 111001 1101111 0 1000001 100000 100100 101001010 110000 101011

Color Harmonies of #A4396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4396F

Black with #A4396F

Text Example


Text Example

White with #A4396F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4396F; }

 p { color: rgb(164,57,111); }

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

background-color css

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

 a { background-color: rgb(164,57,111); }

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

border-color css

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

 span { border-color: rgb(164,57,111); }

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