#A24663

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

Shades of Rouge #A24663

Tints of Rouge #A24663

Color information

#A24663 (or 0xA24663) is unknown color: approx Rouge. HEX triplet: A2, 46 and 63. RGB value is (162,70,99). Sum of RGB (Red+Green+Blue) = 162+70+99=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A24663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24663 is #5DB99C. Grayscale: #646464. Windows color (decimal): -6142365 or 6506146. OLE color: 6506146.

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

Color convert

RGB1627099-
CMYK00.570.390.36
HSL341.09º39.66%45.49%-
HSV(B)341.09º56.79%63.53%-
XYZ19.3412.9613.29-
YUV100.81126.98171.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.94%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 99 (39.06% from 255) = 29.91%
R=48.94%
G=21.15%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162709900.570.390.36341.0939.6645.49
HexA246630392724155282d
Octal24210614307147445255055
Binary10100010100011011000110111001100111100100101010101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24663; }

 p { color: rgb(162,70,99); }

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

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

 a { background-color: rgb(162,70,99); }

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

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

 span { border-color: rgb(162,70,99); }

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