Html Css Color HEX #A5386D Rouge

📋 copy color: '#A5386D'

red 165 ◦ green 56 ◦ blue 109

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

Shades of Rouge #A5386D

Tints of Rouge #A5386D

RGB

 RED value IS 165 (64.84% from 255) = 50%

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

 BLUE value IS 109 (42.97% from 255) = 33.03%

R = 50%
G = 16.97%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A5386D (or 0xA5386D) is known color: Rouge. HEX triplet: A5, 38 and 6D. RGB value is (165,56,109). Sum of RGB (Red+Green+Blue) = 165+56+109=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A5386D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5386D is #5AC792. Grayscale: #5E5E5E. Windows color (decimal): -5949331 or 7157925. OLE color: 7157925.

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

Color convert

RGB 165 56 109 -
CMYK 0 0.66 0.34 0.35
HSL 330.83º 0.49% 0.43% -
HSV(B) 330.83º 0.66% 0.65% -
XYZ 19.69 11.93 15.73 -
YUV 94.63 136.11 178.19 -
System Red Green Blue C M Y K H S L
Decimal 165 56 109 0 0.66 0.34 0.35 330.83 0.49 0.43
Hex A5 38 6D 0 42 22 23 14B 31 2B
Octal 245 70 155 0 102 42 43 513 61 53
Binary 10100101 111000 1101101 0 1000010 100010 100011 101001011 110001 101011

Color Harmonies of #A5386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5386D

Black with #A5386D

Text Example


Text Example

White with #A5386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5386D; }

 p { color: rgb(165,56,109); }

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

background-color css

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

 a { background-color: rgb(165,56,109); }

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

border-color css

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

 span { border-color: rgb(165,56,109); }

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