#A24267

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

Shades of Rouge #A24267

Tints of Rouge #A24267

Color information

#A24267 (or 0xA24267) is unknown color: approx Rouge. HEX triplet: A2, 42 and 67. RGB value is (162,66,103). Sum of RGB (Red+Green+Blue) = 162+66+103=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A24267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24267 is #5DBD98. Grayscale: #626262. Windows color (decimal): -6143385 or 6767266. OLE color: 6767266.

HSL color Cylindrical-coordinate representation of color #A24267: hue angle of 336.88º degrees, saturation: 0.42, 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 #A24267 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB16266103-
CMYK00.590.360.36
HSL336.88º42.11%44.71%-
HSV(B)336.88º59.26%63.53%-
XYZ19.312.5614.24-
YUV98.92130.3172.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.94%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 103 (40.62% from 255) = 31.12%
R=48.94%
G=19.94%
B=31.12%

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
Decimal1626610300.590.360.36336.8842.1144.71
HexA2426703B24241512a2d
Octal24210214707344445215255
Binary10100010100001011001110111011100100100100101010001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24267; }

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

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

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

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

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

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

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

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