#A23662

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

Shades of Rouge #A23662

Tints of Rouge #A23662

Color information

#A23662 (or 0xA23662) is unknown color: approx Rouge. HEX triplet: A2, 36 and 62. RGB value is (162,54,98). Sum of RGB (Red+Green+Blue) = 162+54+98=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A23662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23662 is #5DC99D. Grayscale: #5B5B5B. Windows color (decimal): -6146462 or 6436514. OLE color: 6436514.

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

Color convert

RGB1625498-
CMYK00.670.400.36
HSL335.56º50%42.35%-
HSV(B)335.56º66.67%63.53%-
XYZ18.4211.212.75-
YUV91.31131.78178.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.59%
GREEN value IS 54 (21.48% from 255) = 17.20%
BLUE value IS 98 (38.67% from 255) = 31.21%
R=51.59%
G=17.20%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162549800.670.400.36335.565042.35
HexA236620432824150322a
Octal24266142010350445206252
Binary10100010110110110001001000011101000100100101010000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23662; }

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

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

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

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

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

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

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

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