Html Css Color HEX #A5366D Rouge

📋 copy color: '#A5366D'

red 165 ◦ green 54 ◦ blue 109

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

Shades of Rouge #A5366D

Tints of Rouge #A5366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.46%

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

R = 50.3%
G = 16.46%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A5366D (or 0xA5366D) is known color: Rouge. HEX triplet: A5, 36 and 6D. RGB value is (165,54,109). Sum of RGB (Red+Green+Blue) = 165+54+109=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A5366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5366D is #5AC992. Grayscale: #5D5D5D. Windows color (decimal): -5949843 or 7157413. OLE color: 7157413.

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

Color convert

RGB 165 54 109 -
CMYK 0 0.67 0.34 0.35
HSL 330.27º 0.51% 0.43% -
HSV(B) 330.27º 0.67% 0.65% -
XYZ 19.6 11.74 15.7 -
YUV 93.46 136.77 179.03 -
System Red Green Blue C M Y K H S L
Decimal 165 54 109 0 0.67 0.34 0.35 330.27 0.51 0.43
Hex A5 36 6D 0 43 22 23 14A 33 2B
Octal 245 66 155 0 103 42 43 512 63 53
Binary 10100101 110110 1101101 0 1000011 100010 100011 101001010 110011 101011

Color Harmonies of #A5366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5366D

Black with #A5366D

Text Example


Text Example

White with #A5366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5366D; }

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

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

background-color css

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

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

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

border-color css

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

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

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