#A23123

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

Shades of Brown #A23123

Tints of Brown #A23123

Color information

#A23123 (or 0xA23123) is unknown color: approx Brown. HEX triplet: A2, 31 and 23. RGB value is (162,49,35). Sum of RGB (Red+Green+Blue) = 162+49+35=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A23123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23123 is #5DCEDC. Grayscale: #515151. Windows color (decimal): -6147805 or 2306466. OLE color: 2306466.

HSL color Cylindrical-coordinate representation of color #A23123: hue angle of 6.61º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A23123 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB1624935-
CMYK00.700.780.36
HSL6.61º64.47%38.63%-
HSV(B)6.61º78.4%63.53%-
XYZ16.3102.66-
YUV81.19101.94185.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.85%
GREEN value IS 49 (19.53% from 255) = 19.92%
BLUE value IS 35 (14.06% from 255) = 14.23%
R=65.85%
G=19.92%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162493500.700.780.366.6164.4738.63
HexA231230464E2474027
Octal2426143010611644710047
Binary101000101100011000110100011010011101001001111000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23123; }

 p { color: rgb(162,49,35); }

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

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

 a { background-color: rgb(162,49,35); }

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

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

 span { border-color: rgb(162,49,35); }

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