#A9342E

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

Shades of Brown #A9342E

Tints of Brown #A9342E

Color information

#A9342E (or 0xA9342E) is unknown color: approx Brown. HEX triplet: A9, 34 and 2E. RGB value is (169,52,46). Sum of RGB (Red+Green+Blue) = 169+52+46=267 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.30% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 169 - color contains mainly: red. Hex color #A9342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9342E is #56CBD1. Grayscale: #565656. Windows color (decimal): -5688274 or 3028137. OLE color: 3028137.

HSL color Cylindrical-coordinate representation of color #A9342E: hue angle of 2.93º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A9342E is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB1695246-
CMYK00.690.730.34
HSL2.93º57.21%42.16%-
HSV(B)2.93º72.78%66.27%-
XYZ18.0811.093.77-
YUV86.3105.26186.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 63.30%
GREEN value IS 52 (20.70% from 255) = 19.48%
BLUE value IS 46 (18.36% from 255) = 17.23%
R=63.30%
G=19.48%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169524600.690.730.342.9357.2142.16
HexA9342E04549223392a
Octal251645601051114237152
Binary1010100111010010111001000101100100110001011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9342E; }

 p { color: rgb(169,52,46); }

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

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

 a { background-color: rgb(169,52,46); }

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

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

 span { border-color: rgb(169,52,46); }

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