#A24367

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

Shades of Rouge #A24367

Tints of Rouge #A24367

Color information

#A24367 (or 0xA24367) is unknown color: approx Rouge. HEX triplet: A2, 43 and 67. RGB value is (162,67,103). Sum of RGB (Red+Green+Blue) = 162+67+103=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A24367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24367 is #5DBC98. Grayscale: #636363. Windows color (decimal): -6143129 or 6767522. OLE color: 6767522.

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

Color convert

RGB16267103-
CMYK00.590.360.36
HSL337.26º41.48%44.9%-
HSV(B)337.26º58.64%63.53%-
XYZ19.3612.6714.26-
YUV99.51129.97172.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 67 (26.56% from 255) = 20.18%
BLUE value IS 103 (40.62% from 255) = 31.02%
R=48.80%
G=20.18%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626710300.590.360.36337.2641.4844.9
HexA2436703B2424151292d
Octal24210314707344445215155
Binary10100010100001111001110111011100100100100101010001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24367; }

 p { color: rgb(162,67,103); }

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

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

 a { background-color: rgb(162,67,103); }

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

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

 span { border-color: rgb(162,67,103); }

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