#A54072

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

Shades of Rouge #A54072

Tints of Rouge #A54072

Color information

#A54072 (or 0xA54072) is unknown color: approx Rouge. HEX triplet: A5, 40 and 72. RGB value is (165,64,114). Sum of RGB (Red+Green+Blue) = 165+64+114=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A54072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54072 is #5ABF8D. Grayscale: #636363. Windows color (decimal): -5947278 or 7487653. OLE color: 7487653.

HSL color Cylindrical-coordinate representation of color #A54072: hue angle of 330.3º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A54072 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16564114-
CMYK00.610.310.35
HSL330.3º44.1%44.9%-
HSV(B)330.3º61.21%64.71%-
XYZ20.3912.8817.33-
YUV99.9135.96174.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.10%
GREEN value IS 64 (25.39% from 255) = 18.66%
BLUE value IS 114 (44.92% from 255) = 33.24%
R=48.10%
G=18.66%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656411400.610.310.35330.344.144.9
HexA5407203D1F2314a2c2d
Octal24510016207537435125455
Binary1010010110000001110010011110111111100011101001010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54072; }

 p { color: rgb(165,64,114); }

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

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

 a { background-color: rgb(165,64,114); }

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

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

 span { border-color: rgb(165,64,114); }

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