#A5436C

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

Shades of Rouge #A5436C

Tints of Rouge #A5436C

Color information

#A5436C (or 0xA5436C) is unknown color: approx Rouge. HEX triplet: A5, 43 and 6C. RGB value is (165,67,108). Sum of RGB (Red+Green+Blue) = 165+67+108=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A5436C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5436C is #5ABC93. Grayscale: #646464. Windows color (decimal): -5946516 or 7095205. OLE color: 7095205.

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

Color convert

RGB16567108-
CMYK00.590.350.35
HSL334.9º42.24%45.49%-
HSV(B)334.9º59.39%64.71%-
XYZ20.2313.115.65-
YUV100.98131.97173.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.53%
GREEN value IS 67 (26.56% from 255) = 19.71%
BLUE value IS 108 (42.58% from 255) = 31.76%
R=48.53%
G=19.71%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656710800.590.350.35334.942.2445.49
HexA5436C03B232314f2a2d
Octal24510315407343435175255
Binary10100101100001111011000111011100011100011101001111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5436C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5436C; }

 p { color: rgb(165,67,108); }

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

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

 a { background-color: rgb(165,67,108); }

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

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

 span { border-color: rgb(165,67,108); }

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