#A5385C

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

Shades of Rouge #A5385C

Tints of Rouge #A5385C

Color information

#A5385C (or 0xA5385C) is unknown color: approx Rouge. HEX triplet: A5, 38 and 5C. RGB value is (165,56,92). Sum of RGB (Red+Green+Blue) = 165+56+92=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A5385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5385C is #5AC7A3. Grayscale: #5C5C5C. Windows color (decimal): -5949348 or 6043813. OLE color: 6043813.

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

Color convert

RGB1655692-
CMYK00.660.440.35
HSL340.18º49.32%43.33%-
HSV(B)340.18º66.06%64.71%-
XYZ18.8611.611.37-
YUV92.7127.61179.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.72%
GREEN value IS 56 (22.27% from 255) = 17.89%
BLUE value IS 92 (36.33% from 255) = 29.39%
R=52.72%
G=17.89%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165569200.660.440.35340.1849.3243.33
HexA5385C0422C23154312b
Octal24570134010254435246153
Binary10100101111000101110001000010101100100011101010100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5385C; }

 p { color: rgb(165,56,92); }

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

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

 a { background-color: rgb(165,56,92); }

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

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

 span { border-color: rgb(165,56,92); }

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