#A7342A

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

Shades of Brown #A7342A

Tints of Brown #A7342A

Color information

#A7342A (or 0xA7342A) is unknown color: approx Brown. HEX triplet: A7, 34 and 2A. RGB value is (167,52,42). Sum of RGB (Red+Green+Blue) = 167+52+42=261 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.98% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 167 - color contains mainly: red. Hex color #A7342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7342A is #58CBD5. Grayscale: #555555. Windows color (decimal): -5819350 or 2765991. OLE color: 2765991.

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

Color convert

RGB1675242-
CMYK00.690.750.35
HSL4.8º59.81%40.98%-
HSV(B)4.8º74.85%65.49%-
XYZ17.5810.843.36-
YUV85.24103.6186.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 63.98%
GREEN value IS 52 (20.70% from 255) = 19.92%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=63.98%
G=19.92%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167524200.690.750.354.859.8140.98
HexA7342A0454B2353c29
Octal247645201051134357451
Binary10100111110100101010010001011001011100011101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7342A; }

 p { color: rgb(167,52,42); }

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

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

 a { background-color: rgb(167,52,42); }

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

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

 span { border-color: rgb(167,52,42); }

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