Html Css Color HEX #A53760 Rouge

📋 copy color: '#A53760'

red 165 ◦ green 55 ◦ blue 96

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

Shades of Rouge #A53760

Tints of Rouge #A53760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.41%

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

R = 52.22%
G = 17.41%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A53760 (or 0xA53760) is known color: Rouge. HEX triplet: A5, 37 and 60. RGB value is (165,55,96). Sum of RGB (Red+Green+Blue) = 165+55+96=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A53760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53760 is #5AC89F. Grayscale: #5C5C5C. Windows color (decimal): -5949600 or 6305701. OLE color: 6305701.

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

Color convert

RGB 165 55 96 -
CMYK 0 0.67 0.42 0.35
HSL 337.64º 0.5% 0.43% -
HSV(B) 337.64º 0.67% 0.65% -
XYZ 18.99 11.58 12.3 -
YUV 92.56 129.94 179.67 -
System Red Green Blue C M Y K H S L
Decimal 165 55 96 0 0.67 0.42 0.35 337.64 0.5 0.43
Hex A5 37 60 0 43 2A 23 152 32 2B
Octal 245 67 140 0 103 52 43 522 62 53
Binary 10100101 110111 1100000 0 1000011 101010 100011 101010010 110010 101011

Color Harmonies of #A53760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53760

Black with #A53760

Text Example


Text Example

White with #A53760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53760; }

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

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

background-color css

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

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

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

border-color css

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

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

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