#A23761

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

Shades of Rouge #A23761

Tints of Rouge #A23761

Color information

#A23761 (or 0xA23761) is unknown color: approx Rouge. HEX triplet: A2, 37 and 61. RGB value is (162,55,97). Sum of RGB (Red+Green+Blue) = 162+55+97=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A23761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23761 is #5DC89E. Grayscale: #5B5B5B. Windows color (decimal): -6146207 or 6371234. OLE color: 6371234.

HSL color Cylindrical-coordinate representation of color #A23761: hue angle of 336.45º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A23761 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB1625597-
CMYK00.660.400.36
HSL336.45º49.31%42.55%-
HSV(B)336.45º66.05%63.53%-
XYZ18.4211.2812.51-
YUV91.78130.95178.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.59%
GREEN value IS 55 (21.88% from 255) = 17.52%
BLUE value IS 97 (38.28% from 255) = 30.89%
R=51.59%
G=17.52%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162559700.660.400.36336.4549.3142.55
HexA237610422824150312b
Octal24267141010250445206153
Binary10100010110111110000101000010101000100100101010000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23761; }

 p { color: rgb(162,55,97); }

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

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

 a { background-color: rgb(162,55,97); }

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

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

 span { border-color: rgb(162,55,97); }

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