Html Css Color HEX #A4386C Rouge

📋 copy color: '#A4386C'

red 164 ◦ green 56 ◦ blue 108

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

Shades of Rouge #A4386C

Tints of Rouge #A4386C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.93%

R = 50%
G = 17.07%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4386C (or 0xA4386C) is known color: Rouge. HEX triplet: A4, 38 and 6C. RGB value is (164,56,108). Sum of RGB (Red+Green+Blue) = 164+56+108=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A4386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4386C is #5BC793. Grayscale: #5E5E5E. Windows color (decimal): -6014868 or 7092388. OLE color: 7092388.

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

Color convert

RGB 164 56 108 -
CMYK 0 0.66 0.34 0.36
HSL 331.11º 0.49% 0.43% -
HSV(B) 331.11º 0.66% 0.64% -
XYZ 19.43 11.8 15.44 -
YUV 94.22 135.78 177.77 -
System Red Green Blue C M Y K H S L
Decimal 164 56 108 0 0.66 0.34 0.36 331.11 0.49 0.43
Hex A4 38 6C 0 42 22 24 14B 31 2B
Octal 244 70 154 0 102 42 44 513 61 53
Binary 10100100 111000 1101100 0 1000010 100010 100100 101001011 110001 101011

Color Harmonies of #A4386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4386C

Black with #A4386C

Text Example


Text Example

White with #A4386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4386C; }

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

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

background-color css

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

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

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

border-color css

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

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

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