#A23269

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

Shades of Rouge #A23269

Tints of Rouge #A23269

Color information

#A23269 (or 0xA23269) is unknown color: approx Rouge. HEX triplet: A2, 32 and 69. RGB value is (162,50,105). Sum of RGB (Red+Green+Blue) = 162+50+105=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A23269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23269 is #5DCD96. Grayscale: #595959. Windows color (decimal): -6147479 or 6894242. OLE color: 6894242.

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

Color convert

RGB16250105-
CMYK00.690.350.36
HSL330.54º52.83%41.57%-
HSV(B)330.54º69.14%63.53%-
XYZ18.5910.9814.5-
YUV89.76136.61179.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.10%
GREEN value IS 50 (19.92% from 255) = 15.77%
BLUE value IS 105 (41.41% from 255) = 33.12%
R=51.10%
G=15.77%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625010500.690.350.36330.5452.8341.57
HexA23269045232414b352a
Octal24262151010543445136552
Binary10100010110010110100101000101100011100100101001011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23269; }

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

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

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

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

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

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

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

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