#A4456C

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

Shades of Rouge #A4456C

Tints of Rouge #A4456C

Color information

#A4456C (or 0xA4456C) is unknown color: approx Rouge. HEX triplet: A4, 45 and 6C. RGB value is (164,69,108). Sum of RGB (Red+Green+Blue) = 164+69+108=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A4456C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4456C is #5BBA93. Grayscale: #656565. Windows color (decimal): -6011540 or 7095716. OLE color: 7095716.

HSL color Cylindrical-coordinate representation of color #A4456C: hue angle of 335.37º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4456C is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB16469108-
CMYK00.580.340.36
HSL335.37º40.77%45.69%-
HSV(B)335.37º57.93%64.31%-
XYZ20.1413.2315.68-
YUV101.85131.47172.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.09%
GREEN value IS 69 (27.34% from 255) = 20.23%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=48.09%
G=20.23%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646910800.580.340.36335.3740.7745.69
HexA4456C03A222414f292e
Octal24410515407242445175156
Binary10100100100010111011000111010100010100100101001111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4456C; }

 p { color: rgb(164,69,108); }

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

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

 a { background-color: rgb(164,69,108); }

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

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

 span { border-color: rgb(164,69,108); }

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