#A23069

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

Shades of Rouge #A23069

Tints of Rouge #A23069

Color information

#A23069 (or 0xA23069) is unknown color: approx Rouge. HEX triplet: A2, 30 and 69. RGB value is (162,48,105). Sum of RGB (Red+Green+Blue) = 162+48+105=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A23069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23069 is #5DCF96. Grayscale: #585858. Windows color (decimal): -6147991 or 6893730. OLE color: 6893730.

HSL color Cylindrical-coordinate representation of color #A23069: hue angle of 330º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23069 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB16248105-
CMYK00.700.350.36
HSL330º54.29%41.18%-
HSV(B)330º70.37%63.53%-
XYZ18.5110.8214.48-
YUV88.58137.27180.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.43%
GREEN value IS 48 (19.14% from 255) = 15.24%
BLUE value IS 105 (41.41% from 255) = 33.33%
R=51.43%
G=15.24%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624810500.700.350.3633054.2941.18
HexA23069046232414a3629
Octal24260151010643445126651
Binary10100010110000110100101000110100011100100101001010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23069; }

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

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

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

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

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

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

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

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