#A23965

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

Shades of Rouge #A23965

Tints of Rouge #A23965

Color information

#A23965 (or 0xA23965) is unknown color: approx Rouge. HEX triplet: A2, 39 and 65. RGB value is (162,57,101). Sum of RGB (Red+Green+Blue) = 162+57+101=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A23965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23965 is #5DC69A. Grayscale: #5D5D5D. Windows color (decimal): -6145691 or 6633890. OLE color: 6633890.

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

Color convert

RGB16257101-
CMYK00.650.380.36
HSL334.86º47.95%42.94%-
HSV(B)334.86º64.81%63.53%-
XYZ18.7111.5513.55-
YUV93.41132.29176.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.62%
GREEN value IS 57 (22.66% from 255) = 17.81%
BLUE value IS 101 (39.84% from 255) = 31.56%
R=50.62%
G=17.81%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625710100.650.380.36334.8647.9542.94
HexA23965041262414f302b
Octal24271145010146445176053
Binary10100010111001110010101000001100110100100101001111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23965; }

 p { color: rgb(162,57,101); }

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

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

 a { background-color: rgb(162,57,101); }

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

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

 span { border-color: rgb(162,57,101); }

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