Html Css Color HEX #A53963 Rouge

📋 copy color: '#A53963'

red 165 ◦ green 57 ◦ blue 99

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

Shades of Rouge #A53963

Tints of Rouge #A53963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.84%

R = 51.4%
G = 17.76%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A53963 (or 0xA53963) is known color: Rouge. HEX triplet: A5, 39 and 63. RGB value is (165,57,99). Sum of RGB (Red+Green+Blue) = 165+57+99=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A53963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53963 is #5AC69C. Grayscale: #5E5E5E. Windows color (decimal): -5949085 or 6502821. OLE color: 6502821.

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

Color convert

RGB 165 57 99 -
CMYK 0 0.65 0.40 0.35
HSL 336.67º 0.49% 0.44% -
HSV(B) 336.67º 0.65% 0.65% -
XYZ 19.23 11.83 13.07 -
YUV 94.08 130.78 178.58 -
System Red Green Blue C M Y K H S L
Decimal 165 57 99 0 0.65 0.40 0.35 336.67 0.49 0.44
Hex A5 39 63 0 41 28 23 151 31 2C
Octal 245 71 143 0 101 50 43 521 61 54
Binary 10100101 111001 1100011 0 1000001 101000 100011 101010001 110001 101100

Color Harmonies of #A53963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53963

Black with #A53963

Text Example


Text Example

White with #A53963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53963; }

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

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

background-color css

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

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

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

border-color css

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

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

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