Html Css Color HEX #A5496B Rouge

📋 copy color: '#A5496B'

red 165 ◦ green 73 ◦ blue 107

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

Shades of Rouge #A5496B

Tints of Rouge #A5496B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.16%

 BLUE value IS 107 (42.19% from 255) = 31.01%

R = 47.83%
G = 21.16%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A5496B (or 0xA5496B) is known color: Rouge. HEX triplet: A5, 49 and 6B. RGB value is (165,73,107). Sum of RGB (Red+Green+Blue) = 165+73+107=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A5496B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5496B is #5AB694. Grayscale: #686868. Windows color (decimal): -5944981 or 7031205. OLE color: 7031205.

HSL color Cylindrical-coordinate representation of color #A5496B: hue angle of 337.83º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5496B is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 73 107 -
CMYK 0 0.56 0.35 0.35
HSL 337.83º 0.39% 0.47% -
HSV(B) 337.83º 0.56% 0.65% -
XYZ 20.55 13.83 15.5 -
YUV 104.38 129.48 171.24 -
System Red Green Blue C M Y K H S L
Decimal 165 73 107 0 0.56 0.35 0.35 337.83 0.39 0.47
Hex A5 49 6B 0 38 23 23 152 27 2F
Octal 245 111 153 0 70 43 43 522 47 57
Binary 10100101 1001001 1101011 0 111000 100011 100011 101010010 100111 101111

Color Harmonies of #A5496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5496B

Black with #A5496B

Text Example


Text Example

White with #A5496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5496B; }

 p { color: rgb(165,73,107); }

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

background-color css

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

 a { background-color: rgb(165,73,107); }

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

border-color css

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

 span { border-color: rgb(165,73,107); }

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