Html Css Color HEX #A53C6D Rouge

📋 copy color: '#A53C6D'

red 165 ◦ green 60 ◦ blue 109

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

Shades of Rouge #A53C6D

Tints of Rouge #A53C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.63%

R = 49.4%
G = 17.96%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A53C6D (or 0xA53C6D) is known color: Rouge. HEX triplet: A5, 3C and 6D. RGB value is (165,60,109). Sum of RGB (Red+Green+Blue) = 165+60+109=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53C6D is #5AC392. Grayscale: #606060. Windows color (decimal): -5948307 or 7158949. OLE color: 7158949.

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

Color convert

RGB 165 60 109 -
CMYK 0 0.64 0.34 0.35
HSL 332º 0.47% 0.44% -
HSV(B) 332º 0.64% 0.65% -
XYZ 19.89 12.34 15.8 -
YUV 96.98 134.79 176.52 -
System Red Green Blue C M Y K H S L
Decimal 165 60 109 0 0.64 0.34 0.35 332 0.47 0.44
Hex A5 3C 6D 0 40 22 23 14C 2F 2C
Octal 245 74 155 0 100 42 43 514 57 54
Binary 10100101 111100 1101101 0 1000000 100010 100011 101001100 101111 101100

Color Harmonies of #A53C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53C6D

Black with #A53C6D

Text Example


Text Example

White with #A53C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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