#A62A25

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

Shades of Brown #A62A25

Tints of Brown #A62A25

Color information

#A62A25 (or 0xA62A25) is unknown color: approx Brown. HEX triplet: A6, 2A and 25. RGB value is (166,42,37). Sum of RGB (Red+Green+Blue) = 166+42+37=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62A25 is #59D5DA. Grayscale: #4E4E4E. Windows color (decimal): -5887451 or 2435750. OLE color: 2435750.

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

Color convert

RGB1664237-
CMYK00.750.780.35
HSL2.33º63.55%39.8%-
HSV(B)2.33º77.71%65.1%-
XYZ16.899.92.77-
YUV78.51104.58190.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 67.76%
GREEN value IS 42 (16.80% from 255) = 17.14%
BLUE value IS 37 (14.84% from 255) = 15.10%
R=67.76%
G=17.14%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166423700.750.780.352.3363.5539.8
HexA62A2504B4E2324028
Octal2465245011311643210050
Binary10100110101010100101010010111001110100011101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62A25; }

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

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

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

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

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

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

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

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