Html Css Color HEX #A53966 Rouge

📋 copy color: '#A53966'

red 165 ◦ green 57 ◦ blue 102

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

Shades of Rouge #A53966

Tints of Rouge #A53966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.48%

R = 50.93%
G = 17.59%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A53966 (or 0xA53966) is known color: Rouge. HEX triplet: A5, 39 and 66. RGB value is (165,57,102). Sum of RGB (Red+Green+Blue) = 165+57+102=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A53966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53966 is #5AC699. Grayscale: #5E5E5E. Windows color (decimal): -5949082 or 6699429. OLE color: 6699429.

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

Color convert

RGB 165 57 102 -
CMYK 0 0.65 0.38 0.35
HSL 335º 0.49% 0.44% -
HSV(B) 335º 0.65% 0.65% -
XYZ 19.38 11.88 13.84 -
YUV 94.42 132.28 178.34 -
System Red Green Blue C M Y K H S L
Decimal 165 57 102 0 0.65 0.38 0.35 335 0.49 0.44
Hex A5 39 66 0 41 26 23 14F 31 2C
Octal 245 71 146 0 101 46 43 517 61 54
Binary 10100101 111001 1100110 0 1000001 100110 100011 101001111 110001 101100

Color Harmonies of #A53966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53966

Black with #A53966

Text Example


Text Example

White with #A53966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53966; }

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

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

background-color css

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

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

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

border-color css

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

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

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