#A62B1A

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

Shades of Brown #A62B1A

Tints of Brown #A62B1A

Color information

#A62B1A (or 0xA62B1A) is unknown color: approx Brown. HEX triplet: A6, 2B and 1A. RGB value is (166,43,26). Sum of RGB (Red+Green+Blue) = 166+43+26=235 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.64% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 166 - color contains mainly: red. Hex color #A62B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62B1A is #59D4E5. Grayscale: #4E4E4E. Windows color (decimal): -5887206 or 1715110. OLE color: 1715110.

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

Color convert

RGB1664326-
CMYK00.740.840.35
HSL7.29º72.92%37.65%-
HSV(B)7.29º84.34%65.1%-
XYZ16.789.912.01-
YUV77.8498.75190.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 70.64%
GREEN value IS 43 (17.19% from 255) = 18.30%
BLUE value IS 26 (10.55% from 255) = 11.06%
R=70.64%
G=18.30%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166432600.740.840.357.2972.9237.65
HexA62B1A04A542374926
Octal2465332011212443711146
Binary10100110101011110100100101010101001000111111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62B1A; }

 p { color: rgb(166,43,26); }

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

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

 a { background-color: rgb(166,43,26); }

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

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

 span { border-color: rgb(166,43,26); }

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