#A23569

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

Shades of Rouge #A23569

Tints of Rouge #A23569

Color information

#A23569 (or 0xA23569) is unknown color: approx Rouge. HEX triplet: A2, 35 and 69. RGB value is (162,53,105). Sum of RGB (Red+Green+Blue) = 162+53+105=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A23569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23569 is #5DCA96. Grayscale: #5B5B5B. Windows color (decimal): -6146711 or 6895010. OLE color: 6895010.

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

Color convert

RGB16253105-
CMYK00.670.350.36
HSL331.38º50.7%42.16%-
HSV(B)331.38º67.28%63.53%-
XYZ18.7211.2514.55-
YUV91.52135.61178.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.62%
GREEN value IS 53 (21.09% from 255) = 16.56%
BLUE value IS 105 (41.41% from 255) = 32.81%
R=50.62%
G=16.56%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625310500.670.350.36331.3850.742.16
HexA23569043232414b332a
Octal24265151010343445136352
Binary10100010110101110100101000011100011100100101001011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23569; }

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

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

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

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

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

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

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

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