Html Css Color HEX #A53C64 Rouge

📋 copy color: '#A53C64'

red 165 ◦ green 60 ◦ blue 100

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

Shades of Rouge #A53C64

Tints of Rouge #A53C64

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.46%

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

R = 50.77%
G = 18.46%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A53C64 (or 0xA53C64) is known color: Rouge. HEX triplet: A5, 3C and 64. RGB value is (165,60,100). Sum of RGB (Red+Green+Blue) = 165+60+100=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53C64 is #5AC39B. Grayscale: #5F5F5F. Windows color (decimal): -5948316 or 6569125. OLE color: 6569125.

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

Color convert

RGB 165 60 100 -
CMYK 0 0.64 0.39 0.35
HSL 337.14º 0.47% 0.44% -
HSV(B) 337.14º 0.64% 0.65% -
XYZ 19.43 12.15 13.38 -
YUV 95.96 130.29 177.25 -
System Red Green Blue C M Y K H S L
Decimal 165 60 100 0 0.64 0.39 0.35 337.14 0.47 0.44
Hex A5 3C 64 0 40 27 23 151 2F 2C
Octal 245 74 144 0 100 47 43 521 57 54
Binary 10100101 111100 1100100 0 1000000 100111 100011 101010001 101111 101100

Color Harmonies of #A53C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53C64

Black with #A53C64

Text Example


Text Example

White with #A53C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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