#A24461

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

Shades of Rouge #A24461

Tints of Rouge #A24461

Color information

#A24461 (or 0xA24461) is unknown color: approx Rouge. HEX triplet: A2, 44 and 61. RGB value is (162,68,97). Sum of RGB (Red+Green+Blue) = 162+68+97=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A24461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24461 is #5DBB9E. Grayscale: #636363. Windows color (decimal): -6142879 or 6374562. OLE color: 6374562.

HSL color Cylindrical-coordinate representation of color #A24461: hue angle of 341.49º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A24461 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB1626897-
CMYK00.580.400.36
HSL341.49º40.87%45.1%-
HSV(B)341.49º58.02%63.53%-
XYZ19.1312.6812.75-
YUV99.41126.64172.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 97 (38.28% from 255) = 29.66%
R=49.54%
G=20.80%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162689700.580.400.36341.4940.8745.1
HexA2446103A2824155292d
Octal24210414107250445255155
Binary10100010100010011000010111010101000100100101010101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24461; }

 p { color: rgb(162,68,97); }

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

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

 a { background-color: rgb(162,68,97); }

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

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

 span { border-color: rgb(162,68,97); }

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