#A23572

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

Shades of Rouge #A23572

Tints of Rouge #A23572

Color information

#A23572 (or 0xA23572) is unknown color: approx Rouge. HEX triplet: A2, 35 and 72. RGB value is (162,53,114). Sum of RGB (Red+Green+Blue) = 162+53+114=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A23572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23572 is #5DCA8D. Grayscale: #5C5C5C. Windows color (decimal): -6146702 or 7484834. OLE color: 7484834.

HSL color Cylindrical-coordinate representation of color #A23572: hue angle of 326.42º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A23572 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16253114-
CMYK00.670.300.36
HSL326.42º50.7%42.16%-
HSV(B)326.42º67.28%63.53%-
XYZ19.2111.4417.12-
YUV92.54140.11177.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 53 (21.09% from 255) = 16.11%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=49.24%
G=16.11%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625311400.670.300.36326.4250.742.16
HexA235720431E24146332a
Octal24265162010336445066352
Binary1010001011010111100100100001111110100100101000110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23572; }

 p { color: rgb(162,53,114); }

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

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

 a { background-color: rgb(162,53,114); }

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

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

 span { border-color: rgb(162,53,114); }

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