#A5426E

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

Shades of Rouge #A5426E

Tints of Rouge #A5426E

Color information

#A5426E (or 0xA5426E) is unknown color: approx Rouge. HEX triplet: A5, 42 and 6E. RGB value is (165,66,110). Sum of RGB (Red+Green+Blue) = 165+66+110=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A5426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5426E is #5ABD91. Grayscale: #646464. Windows color (decimal): -5946770 or 7226021. OLE color: 7226021.

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

Color convert

RGB16566110-
CMYK00.600.330.35
HSL333.33º42.86%45.29%-
HSV(B)333.33º60%64.71%-
XYZ20.2813.0216.2-
YUV100.62133.3173.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.39%
GREEN value IS 66 (26.17% from 255) = 19.35%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=48.39%
G=19.35%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656611000.600.330.35333.3342.8645.29
HexA5426E03C212314d2b2d
Octal24510215607441435155355
Binary10100101100001011011100111100100001100011101001101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5426E; }

 p { color: rgb(165,66,110); }

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

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

 a { background-color: rgb(165,66,110); }

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

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

 span { border-color: rgb(165,66,110); }

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