#A23670

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

Shades of Rouge #A23670

Tints of Rouge #A23670

Color information

#A23670 (or 0xA23670) is unknown color: approx Rouge. HEX triplet: A2, 36 and 70. RGB value is (162,54,112). Sum of RGB (Red+Green+Blue) = 162+54+112=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A23670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23670 is #5DC98F. Grayscale: #5C5C5C. Windows color (decimal): -6146448 or 7354018. OLE color: 7354018.

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

Color convert

RGB16254112-
CMYK00.670.310.36
HSL327.78º50%42.35%-
HSV(B)327.78º66.67%63.53%-
XYZ19.1411.4916.54-
YUV92.9138.78177.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 54 (21.48% from 255) = 16.46%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=49.39%
G=16.46%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625411200.670.310.36327.785042.35
HexA236700431F24148322a
Octal24266160010337445106252
Binary1010001011011011100000100001111111100100101001000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23670; }

 p { color: rgb(162,54,112); }

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

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

 a { background-color: rgb(162,54,112); }

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

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

 span { border-color: rgb(162,54,112); }

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