#A54765

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

Shades of Rouge #A54765

Tints of Rouge #A54765

Color information

#A54765 (or 0xA54765) is unknown color: approx Rouge. HEX triplet: A5, 47 and 65. RGB value is (165,71,101). Sum of RGB (Red+Green+Blue) = 165+71+101=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A54765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54765 is #5AB89A. Grayscale: #666666. Windows color (decimal): -5945499 or 6637477. OLE color: 6637477.

HSL color Cylindrical-coordinate representation of color #A54765: hue angle of 340.85º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A54765 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB16571101-
CMYK00.570.390.35
HSL340.85º39.83%46.27%-
HSV(B)340.85º56.97%64.71%-
XYZ20.1213.4513.85-
YUV102.53127.14172.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.96%
GREEN value IS 71 (28.12% from 255) = 21.07%
BLUE value IS 101 (39.84% from 255) = 29.97%
R=48.96%
G=21.07%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657110100.570.390.35340.8539.8346.27
HexA547650392723155282e
Octal24510714507147435255056
Binary10100101100011111001010111001100111100011101010101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54765; }

 p { color: rgb(165,71,101); }

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

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

 a { background-color: rgb(165,71,101); }

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

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

 span { border-color: rgb(165,71,101); }

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