Html Css Color HEX #A5386C Rouge

📋 copy color: '#A5386C'

red 165 ◦ green 56 ◦ blue 108

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

Shades of Rouge #A5386C

Tints of Rouge #A5386C

RGB

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

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

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

R = 50.15%
G = 17.02%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A5386C (or 0xA5386C) is known color: Rouge. HEX triplet: A5, 38 and 6C. RGB value is (165,56,108). Sum of RGB (Red+Green+Blue) = 165+56+108=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A5386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5386C is #5AC793. Grayscale: #5E5E5E. Windows color (decimal): -5949332 or 7092389. OLE color: 7092389.

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

Color convert

RGB 165 56 108 -
CMYK 0 0.66 0.35 0.35
HSL 331.38º 0.49% 0.43% -
HSV(B) 331.38º 0.66% 0.65% -
XYZ 19.64 11.91 15.45 -
YUV 94.52 135.61 178.27 -
System Red Green Blue C M Y K H S L
Decimal 165 56 108 0 0.66 0.35 0.35 331.38 0.49 0.43
Hex A5 38 6C 0 42 23 23 14B 31 2B
Octal 245 70 154 0 102 43 43 513 61 53
Binary 10100101 111000 1101100 0 1000010 100011 100011 101001011 110001 101011

Color Harmonies of #A5386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5386C

Black with #A5386C

Text Example


Text Example

White with #A5386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5386C; }

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

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

background-color css

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

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

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

border-color css

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

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

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