#A5375E

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

Shades of Rouge #A5375E

Tints of Rouge #A5375E

Color information

#A5375E (or 0xA5375E) is unknown color: approx Rouge. HEX triplet: A5, 37 and 5E. RGB value is (165,55,94). Sum of RGB (Red+Green+Blue) = 165+55+94=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A5375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5375E is #5AC8A1. Grayscale: #5C5C5C. Windows color (decimal): -5949602 or 6174629. OLE color: 6174629.

HSL color Cylindrical-coordinate representation of color #A5375E: hue angle of 338.73º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5375E is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB1655594-
CMYK00.670.430.35
HSL338.73º50%43.14%-
HSV(B)338.73º66.67%64.71%-
XYZ18.911.5411.82-
YUV92.34128.94179.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.55%
GREEN value IS 55 (21.88% from 255) = 17.52%
BLUE value IS 94 (37.11% from 255) = 29.94%
R=52.55%
G=17.52%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165559400.670.430.35338.735043.14
HexA5375E0432B23153322b
Octal24567136010353435236253
Binary10100101110111101111001000011101011100011101010011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5375E; }

 p { color: rgb(165,55,94); }

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

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

 a { background-color: rgb(165,55,94); }

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

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

 span { border-color: rgb(165,55,94); }

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