Html Css Color HEX #A53365 Rouge

📋 copy color: '#A53365'

red 165 ◦ green 51 ◦ blue 101

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

Shades of Rouge #A53365

Tints of Rouge #A53365

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.09%

 BLUE value IS 101 (39.84% from 255) = 31.86%

R = 52.05%
G = 16.09%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A53365 (or 0xA53365) is known color: Rouge. HEX triplet: A5, 33 and 65. RGB value is (165,51,101). Sum of RGB (Red+Green+Blue) = 165+51+101=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A53365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53365 is #5ACC9A. Grayscale: #5A5A5A. Windows color (decimal): -5950619 or 6632357. OLE color: 6632357.

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

Color convert

RGB 165 51 101 -
CMYK 0 0.69 0.39 0.35
HSL 333.68º 0.53% 0.42% -
HSV(B) 333.68º 0.69% 0.65% -
XYZ 19.05 11.31 13.49 -
YUV 90.79 133.77 180.93 -
System Red Green Blue C M Y K H S L
Decimal 165 51 101 0 0.69 0.39 0.35 333.68 0.53 0.42
Hex A5 33 65 0 45 27 23 14E 35 2A
Octal 245 63 145 0 105 47 43 516 65 52
Binary 10100101 110011 1100101 0 1000101 100111 100011 101001110 110101 101010

Color Harmonies of #A53365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53365

Black with #A53365

Text Example


Text Example

White with #A53365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53365; }

 p { color: rgb(165,51,101); }

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

background-color css

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

 a { background-color: rgb(165,51,101); }

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

border-color css

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

 span { border-color: rgb(165,51,101); }

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