Html Css Color HEX #A53362 Rouge

📋 copy color: '#A53362'

red 165 ◦ green 51 ◦ blue 98

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

Shades of Rouge #A53362

Tints of Rouge #A53362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.21%

R = 52.55%
G = 16.24%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A53362 (or 0xA53362) is known color: Rouge. HEX triplet: A5, 33 and 62. RGB value is (165,51,98). Sum of RGB (Red+Green+Blue) = 165+51+98=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A53362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53362 is #5ACC9D. Grayscale: #5A5A5A. Windows color (decimal): -5950622 or 6435749. OLE color: 6435749.

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

Color convert

RGB 165 51 98 -
CMYK 0 0.69 0.41 0.35
HSL 335.26º 0.53% 0.42% -
HSV(B) 335.26º 0.69% 0.65% -
XYZ 18.91 11.25 12.73 -
YUV 90.44 132.27 181.18 -
System Red Green Blue C M Y K H S L
Decimal 165 51 98 0 0.69 0.41 0.35 335.26 0.53 0.42
Hex A5 33 62 0 45 29 23 14F 35 2A
Octal 245 63 142 0 105 51 43 517 65 52
Binary 10100101 110011 1100010 0 1000101 101001 100011 101001111 110101 101010

Color Harmonies of #A53362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53362

Black with #A53362

Text Example


Text Example

White with #A53362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53362; }

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

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

background-color css

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

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

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

border-color css

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

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

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