#A54B69

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

Shades of Rouge #A54B69

Tints of Rouge #A54B69

Color information

#A54B69 (or 0xA54B69) is unknown color: approx Rouge. HEX triplet: A5, 4B and 69. RGB value is (165,75,105). Sum of RGB (Red+Green+Blue) = 165+75+105=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54B69 is #5AB496. Grayscale: #696969. Windows color (decimal): -5944471 or 6900645. OLE color: 6900645.

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

Color convert

RGB16575105-
CMYK00.550.360.35
HSL340º37.5%47.06%-
HSV(B)340º54.55%64.71%-
XYZ20.5814.0514.99-
YUV105.33127.82170.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 75 (29.69% from 255) = 21.74%
BLUE value IS 105 (41.41% from 255) = 30.43%
R=47.83%
G=21.74%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657510500.550.360.3534037.547.06
HexA54B690372423154262f
Octal24511315106744435244657
Binary10100101100101111010010110111100100100011101010100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54B69; }

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

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

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

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

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

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

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

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