#A24865

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

Shades of Rouge #A24865

Tints of Rouge #A24865

Color information

#A24865 (or 0xA24865) is unknown color: approx Rouge. HEX triplet: A2, 48 and 65. RGB value is (162,72,101). Sum of RGB (Red+Green+Blue) = 162+72+101=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A24865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24865 is #5DB79A. Grayscale: #666666. Windows color (decimal): -6141851 or 6637730. OLE color: 6637730.

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

Color convert

RGB16272101-
CMYK00.560.380.36
HSL340.67º38.46%45.88%-
HSV(B)340.67º55.56%63.53%-
XYZ19.5713.2613.84-
YUV102.22127.32170.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 72 (28.52% from 255) = 21.49%
BLUE value IS 101 (39.84% from 255) = 30.15%
R=48.36%
G=21.49%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627210100.560.380.36340.6738.4645.88
HexA248650382624155262e
Octal24211014507046445254656
Binary10100010100100011001010111000100110100100101010101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24865; }

 p { color: rgb(162,72,101); }

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

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

 a { background-color: rgb(162,72,101); }

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

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

 span { border-color: rgb(162,72,101); }

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