#A23426

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

Shades of Brown #A23426

Tints of Brown #A23426

Color information

#A23426 (or 0xA23426) is unknown color: approx Brown. HEX triplet: A2, 34 and 26. RGB value is (162,52,38). Sum of RGB (Red+Green+Blue) = 162+52+38=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A23426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23426 is #5DCBD9. Grayscale: #535353. Windows color (decimal): -6147034 or 2503842. OLE color: 2503842.

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

Color convert

RGB1625238-
CMYK00.680.770.36
HSL6.77º62%39.22%-
HSV(B)6.77º76.54%63.53%-
XYZ16.4810.282.95-
YUV83.29102.44184.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 38 (15.23% from 255) = 15.08%
R=64.29%
G=20.63%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162523800.680.770.366.776239.22
HexA234260444D2473e27
Octal242644601041154477647
Binary10100010110100100110010001001001101100100111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23426; }

 p { color: rgb(162,52,38); }

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

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

 a { background-color: rgb(162,52,38); }

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

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

 span { border-color: rgb(162,52,38); }

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