#A23674

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

Shades of Rouge #A23674

Tints of Rouge #A23674

Color information

#A23674 (or 0xA23674) is unknown color: approx Rouge. HEX triplet: A2, 36 and 74. RGB value is (162,54,116). Sum of RGB (Red+Green+Blue) = 162+54+116=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A23674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23674 is #5DC98B. Grayscale: #5D5D5D. Windows color (decimal): -6146444 or 7616162. OLE color: 7616162.

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

Color convert

RGB16254116-
CMYK00.670.280.36
HSL325.56º50%42.35%-
HSV(B)325.56º66.67%63.53%-
XYZ19.3711.5817.74-
YUV93.36140.78176.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 54 (21.48% from 255) = 16.27%
BLUE value IS 116 (45.70% from 255) = 34.94%
R=48.80%
G=16.27%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625411600.670.280.36325.565042.35
HexA236740431C24146322a
Octal24266164010334445066252
Binary1010001011011011101000100001111100100100101000110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23674; }

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

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

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

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

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

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

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

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