#A8361E

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

Shades of Brown #A8361E

Tints of Brown #A8361E

Color information

#A8361E (or 0xA8361E) is unknown color: approx Brown. HEX triplet: A8, 36 and 1E. RGB value is (168,54,30). Sum of RGB (Red+Green+Blue) = 168+54+30=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A8361E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8361E is #57C9E1. Grayscale: #555555. Windows color (decimal): -5753314 or 1980072. OLE color: 1980072.

HSL color Cylindrical-coordinate representation of color #A8361E: hue angle of 10.43º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8361E is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB1685430-
CMYK00.680.820.34
HSL10.43º69.7%38.82%-
HSV(B)10.43º82.14%65.88%-
XYZ17.711.062.43-
YUV85.3596.77186.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 66.67%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 30 (12.11% from 255) = 11.90%
R=66.67%
G=21.43%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168543000.680.820.3410.4369.738.82
HexA8361E0445222a4627
Octal25066360104122421210647
Binary101010001101101111001000100101001010001010101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8361E; }

 p { color: rgb(168,54,30); }

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

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

 a { background-color: rgb(168,54,30); }

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

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

 span { border-color: rgb(168,54,30); }

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