Html Css Color HEX #A53C5C Rouge

📋 copy color: '#A53C5C'

red 165 ◦ green 60 ◦ blue 92

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

Shades of Rouge #A53C5C

Tints of Rouge #A53C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.02%

R = 52.05%
G = 18.93%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A53C5C (or 0xA53C5C) is known color: Rouge. HEX triplet: A5, 3C and 5C. RGB value is (165,60,92). Sum of RGB (Red+Green+Blue) = 165+60+92=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53C5C is #5AC3A3. Grayscale: #5F5F5F. Windows color (decimal): -5948324 or 6044837. OLE color: 6044837.

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

Color convert

RGB 165 60 92 -
CMYK 0 0.64 0.44 0.35
HSL 341.71º 0.47% 0.44% -
HSV(B) 341.71º 0.64% 0.65% -
XYZ 19.06 12 11.44 -
YUV 95.04 126.29 177.9 -
System Red Green Blue C M Y K H S L
Decimal 165 60 92 0 0.64 0.44 0.35 341.71 0.47 0.44
Hex A5 3C 5C 0 40 2C 23 156 2F 2C
Octal 245 74 134 0 100 54 43 526 57 54
Binary 10100101 111100 1011100 0 1000000 101100 100011 101010110 101111 101100

Color Harmonies of #A53C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53C5C

Black with #A53C5C

Text Example


Text Example

White with #A53C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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