#A53067

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

Shades of Rouge #A53067

Tints of Rouge #A53067

Color information

#A53067 (or 0xA53067) is unknown color: approx Rouge. HEX triplet: A5, 30 and 67. RGB value is (165,48,103). Sum of RGB (Red+Green+Blue) = 165+48+103=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A53067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53067 is #5ACF98. Grayscale: #595959. Windows color (decimal): -5951385 or 6762661. OLE color: 6762661.

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

Color convert

RGB16548103-
CMYK00.710.380.35
HSL331.79º54.93%41.76%-
HSV(B)331.79º70.91%64.71%-
XYZ19.0211.0913.97-
YUV89.25135.76182.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.22%
GREEN value IS 48 (19.14% from 255) = 15.19%
BLUE value IS 103 (40.62% from 255) = 32.59%
R=52.22%
G=15.19%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654810300.710.380.35331.7954.9341.76
HexA53067047262314c372a
Octal24560147010746435146752
Binary10100101110000110011101000111100110100011101001100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53067; }

 p { color: rgb(165,48,103); }

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

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

 a { background-color: rgb(165,48,103); }

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

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

 span { border-color: rgb(165,48,103); }

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