Html Css Color HEX #A53060 Rouge

📋 copy color: '#A53060'

red 165 ◦ green 48 ◦ blue 96

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

Shades of Rouge #A53060

Tints of Rouge #A53060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.53%

 BLUE value IS 96 (37.89% from 255) = 31.07%

R = 53.4%
G = 15.53%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A53060 (or 0xA53060) is known color: Rouge. HEX triplet: A5, 30 and 60. RGB value is (165,48,96). Sum of RGB (Red+Green+Blue) = 165+48+96=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A53060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53060 is #5ACF9F. Grayscale: #585858. Windows color (decimal): -5951392 or 6303909. OLE color: 6303909.

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

Color convert

RGB 165 48 96 -
CMYK 0 0.71 0.42 0.35
HSL 335.38º 0.55% 0.42% -
HSV(B) 335.38º 0.71% 0.65% -
XYZ 18.69 10.96 12.2 -
YUV 88.46 132.26 182.6 -
System Red Green Blue C M Y K H S L
Decimal 165 48 96 0 0.71 0.42 0.35 335.38 0.55 0.42
Hex A5 30 60 0 47 2A 23 14F 37 2A
Octal 245 60 140 0 107 52 43 517 67 52
Binary 10100101 110000 1100000 0 1000111 101010 100011 101001111 110111 101010

Color Harmonies of #A53060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53060

Black with #A53060

Text Example


Text Example

White with #A53060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53060; }

 p { color: rgb(165,48,96); }

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

background-color css

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

 a { background-color: rgb(165,48,96); }

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

border-color css

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

 span { border-color: rgb(165,48,96); }

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