Html Css Color HEX #A53866 Rouge

📋 copy color: '#A53866'

red 165 ◦ green 56 ◦ blue 102

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

Shades of Rouge #A53866

Tints of Rouge #A53866

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.34%

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

R = 51.08%
G = 17.34%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A53866 (or 0xA53866) is known color: Rouge. HEX triplet: A5, 38 and 66. RGB value is (165,56,102). Sum of RGB (Red+Green+Blue) = 165+56+102=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A53866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53866 is #5AC799. Grayscale: #5D5D5D. Windows color (decimal): -5949338 or 6699173. OLE color: 6699173.

HSL color Cylindrical-coordinate representation of color #A53866: hue angle of 334.68º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A53866 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 56 102 -
CMYK 0 0.66 0.38 0.35
HSL 334.68º 0.49% 0.43% -
HSV(B) 334.68º 0.66% 0.65% -
XYZ 19.33 11.79 13.83 -
YUV 93.84 132.61 178.76 -
System Red Green Blue C M Y K H S L
Decimal 165 56 102 0 0.66 0.38 0.35 334.68 0.49 0.43
Hex A5 38 66 0 42 26 23 14F 31 2B
Octal 245 70 146 0 102 46 43 517 61 53
Binary 10100101 111000 1100110 0 1000010 100110 100011 101001111 110001 101011

Color Harmonies of #A53866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53866

Black with #A53866

Text Example


Text Example

White with #A53866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53866; }

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

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

background-color css

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

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

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

border-color css

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

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

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