#A53869

Color #A53869 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #A53869

Tints of Rouge #A53869

Color information

#A53869 (or 0xA53869) is unknown color: approx Rouge. HEX triplet: A5, 38 and 69. RGB value is (165,56,105). Sum of RGB (Red+Green+Blue) = 165+56+105=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A53869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53869 is #5AC796. Grayscale: #5E5E5E. Windows color (decimal): -5949335 or 6895781. OLE color: 6895781.

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

Color convert

RGB16556105-
CMYK00.660.360.35
HSL333.03º49.32%43.33%-
HSV(B)333.03º66.06%64.71%-
XYZ19.4811.8514.62-
YUV94.18134.11178.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.61%
GREEN value IS 56 (22.27% from 255) = 17.18%
BLUE value IS 105 (41.41% from 255) = 32.21%
R=50.61%
G=17.18%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655610500.660.360.35333.0349.3243.33
HexA53869042242314d312b
Octal24570151010244435156153
Binary10100101111000110100101000010100100100011101001101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53869; }

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

 H1.HeaderClassName
 {
   color: #A53869;
 }
 .AnyTagClassName
 {
   color: #A53869;
 }
</style>
background-color css

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

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

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

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

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

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