#A24268

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

Shades of Rouge #A24268

Tints of Rouge #A24268

Color information

#A24268 (or 0xA24268) is unknown color: approx Rouge. HEX triplet: A2, 42 and 68. RGB value is (162,66,104). Sum of RGB (Red+Green+Blue) = 162+66+104=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A24268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24268 is #5DBD97. Grayscale: #626262. Windows color (decimal): -6143384 or 6832802. OLE color: 6832802.

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

Color convert

RGB16266104-
CMYK00.590.360.36
HSL336.25º42.11%44.71%-
HSV(B)336.25º59.26%63.53%-
XYZ19.3512.5814.5-
YUV99.04130.8172.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 66 (26.17% from 255) = 19.88%
BLUE value IS 104 (41.02% from 255) = 31.33%
R=48.80%
G=19.88%
B=31.33%

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
Decimal1626610400.590.360.36336.2542.1144.71
HexA2426803B24241502a2d
Octal24210215007344445205255
Binary10100010100001011010000111011100100100100101010000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24268; }

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

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

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

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

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

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

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

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