Html Css Color HEX #A53A64 Rouge

📋 copy color: '#A53A64'

red 165 ◦ green 58 ◦ blue 100

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

Shades of Rouge #A53A64

Tints of Rouge #A53A64

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.96%

 BLUE value IS 100 (39.45% from 255) = 30.96%

R = 51.08%
G = 17.96%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A53A64 (or 0xA53A64) is known color: Rouge. HEX triplet: A5, 3A and 64. RGB value is (165,58,100). Sum of RGB (Red+Green+Blue) = 165+58+100=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53A64 is #5AC59B. Grayscale: #5E5E5E. Windows color (decimal): -5948828 or 6568613. OLE color: 6568613.

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

Color convert

RGB 165 58 100 -
CMYK 0 0.65 0.39 0.35
HSL 336.45º 0.48% 0.44% -
HSV(B) 336.45º 0.65% 0.65% -
XYZ 19.33 11.95 13.34 -
YUV 94.78 130.95 178.08 -
System Red Green Blue C M Y K H S L
Decimal 165 58 100 0 0.65 0.39 0.35 336.45 0.48 0.44
Hex A5 3A 64 0 41 27 23 150 30 2C
Octal 245 72 144 0 101 47 43 520 60 54
Binary 10100101 111010 1100100 0 1000001 100111 100011 101010000 110000 101100

Color Harmonies of #A53A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53A64

Black with #A53A64

Text Example


Text Example

White with #A53A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53A64; }

 p { color: rgb(165,58,100); }

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

background-color css

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

 a { background-color: rgb(165,58,100); }

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

border-color css

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

 span { border-color: rgb(165,58,100); }

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