Html Css Color HEX #A4386F Rouge

📋 copy color: '#A4386F'

red 164 ◦ green 56 ◦ blue 111

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

Shades of Rouge #A4386F

Tints of Rouge #A4386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.92%

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

R = 49.55%
G = 16.92%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A4386F (or 0xA4386F) is known color: Rouge. HEX triplet: A4, 38 and 6F. RGB value is (164,56,111). Sum of RGB (Red+Green+Blue) = 164+56+111=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A4386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4386F is #5BC790. Grayscale: #5E5E5E. Windows color (decimal): -6014865 or 7288996. OLE color: 7288996.

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

Color convert

RGB 164 56 111 -
CMYK 0 0.66 0.32 0.36
HSL 329.44º 0.49% 0.43% -
HSV(B) 329.44º 0.66% 0.64% -
XYZ 19.59 11.87 16.3 -
YUV 94.56 137.28 177.53 -
System Red Green Blue C M Y K H S L
Decimal 164 56 111 0 0.66 0.32 0.36 329.44 0.49 0.43
Hex A4 38 6F 0 42 20 24 149 31 2B
Octal 244 70 157 0 102 40 44 511 61 53
Binary 10100100 111000 1101111 0 1000010 100000 100100 101001001 110001 101011

Color Harmonies of #A4386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4386F

Black with #A4386F

Text Example


Text Example

White with #A4386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4386F; }

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

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

background-color css

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

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

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

border-color css

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

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

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