Html Css Color HEX #A53974 Rouge

📋 copy color: '#A53974'

red 165 ◦ green 57 ◦ blue 116

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

Shades of Rouge #A53974

Tints of Rouge #A53974

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.86%

 BLUE value IS 116 (45.7% from 255) = 34.32%

R = 48.82%
G = 16.86%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A53974 (or 0xA53974) is known color: Rouge. HEX triplet: A5, 39 and 74. RGB value is (165,57,116). Sum of RGB (Red+Green+Blue) = 165+57+116=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A53974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53974 is #5AC68B. Grayscale: #5F5F5F. Windows color (decimal): -5949068 or 7616933. OLE color: 7616933.

HSL color Cylindrical-coordinate representation of color #A53974: hue angle of 327.22º degrees, saturation: 0.49, 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 #A53974 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 57 116 -
CMYK 0 0.65 0.30 0.35
HSL 327.22º 0.49% 0.44% -
HSV(B) 327.22º 0.65% 0.65% -
XYZ 20.13 12.19 17.81 -
YUV 96.02 139.28 177.2 -
System Red Green Blue C M Y K H S L
Decimal 165 57 116 0 0.65 0.30 0.35 327.22 0.49 0.44
Hex A5 39 74 0 41 1E 23 147 31 2C
Octal 245 71 164 0 101 36 43 507 61 54
Binary 10100101 111001 1110100 0 1000001 11110 100011 101000111 110001 101100

Color Harmonies of #A53974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53974

Black with #A53974

Text Example


Text Example

White with #A53974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53974; }

 p { color: rgb(165,57,116); }

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

background-color css

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

 a { background-color: rgb(165,57,116); }

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

border-color css

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

 span { border-color: rgb(165,57,116); }

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