#A43026

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

Shades of Brown #A43026

Tints of Brown #A43026

Color information

#A43026 (or 0xA43026) is unknown color: approx Brown. HEX triplet: A4, 30 and 26. RGB value is (164,48,38). Sum of RGB (Red+Green+Blue) = 164+48+38=250 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.6% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 164 - color contains mainly: red. Hex color #A43026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43026 is #5BCFD9. Grayscale: #515151. Windows color (decimal): -6016986 or 2502820. OLE color: 2502820.

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

Color convert

RGB1644838-
CMYK00.710.770.36
HSL4.76º62.38%39.61%-
HSV(B)4.76º76.83%64.31%-
XYZ16.7210.152.91-
YUV81.54103.43186.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 65.6%
GREEN value IS 48 (19.14% from 255) = 19.2%
BLUE value IS 38 (15.23% from 255) = 15.2%
R=65.6%
G=19.2%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164483800.710.770.364.7662.3839.61
HexA430260474D2453e28
Octal244604601071154457650
Binary10100100110000100110010001111001101100100101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43026; }

 p { color: rgb(164,48,38); }

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

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

 a { background-color: rgb(164,48,38); }

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

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

 span { border-color: rgb(164,48,38); }

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