Html Css Color HEX #A5365C Rouge

📋 copy color: '#A5365C'

red 165 ◦ green 54 ◦ blue 92

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

Shades of Rouge #A5365C

Tints of Rouge #A5365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.58%

R = 53.05%
G = 17.36%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5365C (or 0xA5365C) is known color: Rouge. HEX triplet: A5, 36 and 5C. RGB value is (165,54,92). Sum of RGB (Red+Green+Blue) = 165+54+92=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A5365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5365C is #5AC9A3. Grayscale: #5B5B5B. Windows color (decimal): -5949860 or 6043301. OLE color: 6043301.

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

Color convert

RGB 165 54 92 -
CMYK 0 0.67 0.44 0.35
HSL 339.46º 0.51% 0.43% -
HSV(B) 339.46º 0.67% 0.65% -
XYZ 18.77 11.41 11.34 -
YUV 91.52 128.27 180.41 -
System Red Green Blue C M Y K H S L
Decimal 165 54 92 0 0.67 0.44 0.35 339.46 0.51 0.43
Hex A5 36 5C 0 43 2C 23 153 33 2B
Octal 245 66 134 0 103 54 43 523 63 53
Binary 10100101 110110 1011100 0 1000011 101100 100011 101010011 110011 101011

Color Harmonies of #A5365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5365C

Black with #A5365C

Text Example


Text Example

White with #A5365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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