#A24B6B

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

Shades of Rouge #A24B6B

Tints of Rouge #A24B6B

Color information

#A24B6B (or 0xA24B6B) is unknown color: approx Rouge. HEX triplet: A2, 4B and 6B. RGB value is (162,75,107). Sum of RGB (Red+Green+Blue) = 162+75+107=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24B6B is #5DB494. Grayscale: #686868. Windows color (decimal): -6141077 or 7031714. OLE color: 7031714.

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

Color convert

RGB16275107-
CMYK00.540.340.36
HSL337.93º36.71%46.47%-
HSV(B)337.93º53.7%63.53%-
XYZ20.0713.7815.51-
YUV104.66129.32168.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 75 (29.69% from 255) = 21.80%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=47.09%
G=21.80%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627510700.540.340.36337.9336.7146.47
HexA24B6B0362224152252e
Octal24211315306642445224556
Binary10100010100101111010110110110100010100100101010010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24B6B; }

 p { color: rgb(162,75,107); }

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

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

 a { background-color: rgb(162,75,107); }

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

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

 span { border-color: rgb(162,75,107); }

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