#a8341a

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

Shades of Brown #A8341A

Tints of Brown #A8341A

Color information

#A8341A (or 0xA8341A) is unknown color: approx Brown. HEX triplet: A8, 34 and 1A. RGB value is (168,52,26). Sum of RGB (Red+Green+Blue) = 168+52+26=246 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.29% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 168 - color contains mainly: red. Hex color #A8341A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8341A is #57CBE5. Grayscale: #535353. Windows color (decimal): -5753830 or 1717416. OLE color: 1717416.

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

Color convert

RGB1685226-
CMYK00.690.850.34
HSL10.99º73.2%38.04%-
HSV(B)10.99º84.52%65.88%-
XYZ17.5610.862.15-
YUV83.7295.43188.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 68.29%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 26 (10.55% from 255) = 10.57%
R=68.29%
G=21.14%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168522600.690.850.3410.9973.238.04
HexA8341A0455522b4926
Octal25064320105125421311146
Binary101010001101001101001000101101010110001010111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8341a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8341a; }

 p { color: rgb(168,52,26); }

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

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

 a { background-color: rgb(168,52,26); }

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

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

 span { border-color: rgb(168,52,26); }

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