#a62a26

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

Shades of Brown #A62A26

Tints of Brown #A62A26

Color information

#A62A26 (or 0xA62A26) is unknown color: approx Brown. HEX triplet: A6, 2A and 26. RGB value is (166,42,38). Sum of RGB (Red+Green+Blue) = 166+42+38=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62A26 is #59D5D9. Grayscale: #4E4E4E. Windows color (decimal): -5887450 or 2501286. OLE color: 2501286.

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

Color convert

RGB1664238-
CMYK00.750.770.35
HSL1.88º62.75%40%-
HSV(B)1.88º77.11%65.1%-
XYZ16.99.92.85-
YUV78.62105.08190.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 67.48%
GREEN value IS 42 (16.80% from 255) = 17.07%
BLUE value IS 38 (15.23% from 255) = 15.45%
R=67.48%
G=17.07%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166423800.750.770.351.8862.7540
HexA62A2604B4D2323f28
Octal246524601131154327750
Binary1010011010101010011001001011100110110001110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a62a26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a62a26; }

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

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

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

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

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

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

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

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