#a23967

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

Shades of Rouge #A23967

Tints of Rouge #A23967

Color information

#A23967 (or 0xA23967) is unknown color: approx Rouge. HEX triplet: A2, 39 and 67. RGB value is (162,57,103). Sum of RGB (Red+Green+Blue) = 162+57+103=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A23967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23967 is #5DC698. Grayscale: #5D5D5D. Windows color (decimal): -6145689 or 6764962. OLE color: 6764962.

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

Color convert

RGB16257103-
CMYK00.650.360.36
HSL333.71º47.95%42.94%-
HSV(B)333.71º64.81%63.53%-
XYZ18.8111.5914.08-
YUV93.64133.29176.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 57 (22.66% from 255) = 17.70%
BLUE value IS 103 (40.62% from 255) = 31.99%
R=50.31%
G=17.70%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625710300.650.360.36333.7147.9542.94
HexA23967041242414e302b
Octal24271147010144445166053
Binary10100010111001110011101000001100100100100101001110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a23967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a23967; }

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

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

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

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

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

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

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

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