#A72B26

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

Shades of Brown #A72B26

Tints of Brown #A72B26

Color information

#A72B26 (or 0xA72B26) is unknown color: approx Brown. HEX triplet: A7, 2B and 26. RGB value is (167,43,38). Sum of RGB (Red+Green+Blue) = 167+43+38=248 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.34% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 167 - color contains mainly: red. Hex color #A72B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72B26 is #58D4D9. Grayscale: #4F4F4F. Windows color (decimal): -5821658 or 2501543. OLE color: 2501543.

HSL color Cylindrical-coordinate representation of color #A72B26: hue angle of 2.33º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72B26 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB1674338-
CMYK00.740.770.35
HSL2.33º62.93%40.2%-
HSV(B)2.33º77.25%65.49%-
XYZ17.1510.082.88-
YUV79.51104.58190.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 67.34%
GREEN value IS 43 (17.19% from 255) = 17.34%
BLUE value IS 38 (15.23% from 255) = 15.32%
R=67.34%
G=17.34%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167433800.740.770.352.3362.9340.2
HexA72B2604A4D2323f28
Octal247534601121154327750
Binary1010011110101110011001001010100110110001110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72B26; }

 p { color: rgb(167,43,38); }

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

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

 a { background-color: rgb(167,43,38); }

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

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

 span { border-color: rgb(167,43,38); }

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