#A62E26

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

Shades of Brown #A62E26

Tints of Brown #A62E26

Color information

#A62E26 (or 0xA62E26) is unknown color: approx Brown. HEX triplet: A6, 2E and 26. RGB value is (166,46,38). Sum of RGB (Red+Green+Blue) = 166+46+38=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A62E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62E26 is #59D1D9. Grayscale: #515151. Windows color (decimal): -5886426 or 2502310. OLE color: 2502310.

HSL color Cylindrical-coordinate representation of color #A62E26: hue angle of 3.75º 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 #A62E26 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB1664638-
CMYK00.720.770.35
HSL3.75º62.75%40%-
HSV(B)3.75º77.11%65.1%-
XYZ17.0510.22.9-
YUV80.97103.76188.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 66.4%
GREEN value IS 46 (18.36% from 255) = 18.4%
BLUE value IS 38 (15.23% from 255) = 15.2%
R=66.4%
G=18.4%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166463800.720.770.353.7562.7540
HexA62E260484D2343f28
Octal246564601101154347750
Binary10100110101110100110010010001001101100011100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62E26; }

 p { color: rgb(166,46,38); }

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

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

 a { background-color: rgb(166,46,38); }

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

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

 span { border-color: rgb(166,46,38); }

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